-
This may be a naive and ill-informed pipe dream, but it would be nice to have robust conversions from WKT{1|2} to Proj4 in cases where there's no embedded EPSG code. The current conversion routines as…
-
```
Hi,
I work for an italian Public Body, and we are going to deploy
OpenOffice.org on our PCs. Your extension is very useful, expecially the
first three tools (lookup, translate and map), so we are …
-
When [mdb support was added](https://github.com/thom311/libnl/pull/234), it was partially based on the misbehavior of the cache callback v2 for updated objects [recently fixed](https://github.com/thom…
-
For chinese words, we currently display the radical for the first character of the word in brackets before the the definition.
E.g.
![radical](https://user-images.githubusercontent.com/644870/73…
-
## Details about Problem
I think that the current implementation of [nearest wins](https://docs.microsoft.com/en-us/nuget/concepts/dependency-resolution#nearest-wins ) rule can be improved so it has …
-
> shift+delete 呢
常用的组合+del都不行
_Originally posted by @plainee in https://github.com/rime/weasel/issues/1191#issuecomment-2079015567_
就像上一个issue所提及那样,
是的,一旦误输入一个词语,各种常用的组合键都无…
-
Just a question, not a bug. Why did you choose to implement Symspell instead of just using Tantivy's built-in Levenshtein automata for doing fuzzy queries?
I'm just getting into this, but it strike…
-
sim/multiplayer/* datarefs are bad bad bad. We shouldn't allow the 2.7x to add them to it's dataref lookup dictionary, and we should emit an error and tell the person to choose something else (maybe w…
-
### Description
Some JavaScript minification tools support reducing the size of code even further by renaming properties. This is called property mangling in UglifyJS, or ADVANCED optimization mode i…
-
Hi, how can I use ner_results to save words and their labels?
example = 'علی به مدرسه رفت.'
ner_results = nlp(example)
print(ner_results)
it prints: [{'entity': 'B-PER', 'score': 0.9991002, 'i…