-
Sorry to bother, but this is not supported yet:
```c#
await Events.Where(x => x.Id == key)
.Set(d => Sql.Row(d.Title, d.SearchVector),
t => (from x in Events
…
-
Currently, there is no way in the UD English treebanks to differentiate between adjectives that refer to common nouns and those that refer to proper nouns -- both are annotated as `ADJ+JJ`.
This ma…
-
**Is your feature request related to a problem? Please describe.**
blazegraph is getting close to the 4TB limit. Wikimedia foundation is testing a graph split in Q1/2024.
This will eventually and li…
-
In order to find the best way to represent floating tones, I think it is important that we all understand the phenomenon. So, I did some basic reading on sandhi phenomena and on floating tones and her…
-
Looking through the CLDF ontology, the closest thing to a morpheme is [Form](https://cldf.clld.org/v1.0/terms.html#form), defined as a "lexical unit", "any collection of word forms corresponding to a…
-
Hi!
I recently came over the RE-flex benchmark. It is very interesting and useful, thanks for making it!
I was a bit surprised _not_ to find [re2c](https://re2c.org/) and [ragel](https://www.col…
-
Annoyingly I cannot reproduce this on my local Windows install so it's possible this is not actually a problem and is just Windows Unicode weirdness.
You can see the problem by going to any tlaplus…
-
Tokenized affixes have xpos=AFX. I would think they should have upos=X, but this is not always the case.
Some of these, like "(s)" as ADJ, look downright incorrect. Others are arguable, e.g. the pr…
-
First of all, thank you so much for your awesome work!
I have some problem about performence of clang_complete,I had read issues https://github.com/Rip-Rip/clang_complete/issues/17#issuecomment-62723…
xsyr updated
11 years ago
-
This comes after the parser has built the tree... the analyse_expand function does not do anything right now.
Need to walk the last tree and do the expansions replacing the lexemes or asttree nodes .…