bzaar

Results 14 issues of bzaar

...by caching the hash codes inside NodeWrappers.

In case the payloads are strings or objects, it may make sense to write each payload once and use indexes when payloads are used. This is where payloads are saved...

Rewrite lookup code in IL to match the performance of a Dictionary. Use the IL Support VS extension. Or maybe this? https://www.codeproject.com/articles/438868/inline-msil-in-csharp-vb-net-and-generic-pointers Performance doesn't seem to be an issue at...

My main use case involved 2.5M words that were represented using 150K nodes. But other users might have < 32K nodes in which case they may benefit from a 2x...

``` 185502 НЕОХОТА NOUN,inan,femn,Sgtm sing,nomn,Hypo НЕОХОТЫ NOUN,inan,femn,Sgtm sing,gent НЕОХОТЕ NOUN,inan,femn,Sgtm sing,datv НЕОХОТУ NOUN,inan,femn,Sgtm sing,accs НЕОХОТОЙ NOUN,inan,femn,Sgtm sing,ablt НЕОХОТОЮ NOUN,inan,femn,Sgtm sing,ablt,V-oy НЕОХОТЕ NOUN,inan,femn,Sgtm sing,loct ```

Разбираем предложение: ```python words = ['Ему', 'не', 'хватает', 'знания', 'языка', 'и', 'опыта', '.'] markup = syntax(words) ids = {_.id: _ for _ in markup.tokens} for token in markup.tokens: head =...

Wouldn't it be awesome to be able to paste pictures like in GitHub comments? Utterances already displays pictures in comments, those added via GitHub. So the only thing left is...

How does one use this thing? Is it a Visual Studio extension? A "Getting Started" section would be useful.

LinqToExcel seems like such a nice idea but it didn't work for me. Sample project: http://morpher.ru/DictionaryCompiler.zip I am able to get the row value using row [0] but not using...

Create a web page to let people write and run prolog code. Just one text area and a Run button. And another text box for lexer input to test out...