-
* SymSpellCompound version: 0.1.0
* Python version: 3.6
* Operating System: MacOS Sierra
### Description
I tried to load a dictionary from here:
https://github.com/wolfgarbe/SymSpellCompou…
-
Word lookup is O(N) time.
The dictionaries for common words and "all" words are stored on disk as JSON objects with the schema {"":""}.
Checking if a word exists in one of those dictionaries means…
-
The only thing to complete this would be a dictionary lookup as supported by kindleos, what can be done to implement this feature?
-
This is a common feature of mean free text search engines and this can be helpful.
Xapian provides a core feature for that
https://docs.huihoo.com/xapian/docs/spelling.html
Original ticket on S…
-
Instead of koreader looking through all of them anyway because, I assume, it makes lookups very slow, what's the point of disabling them?
Sorry for mentioning an issue in a FR, I'm probably misunders…
-
Hi,
Native swift types like `Array` only conform to `Codable` when their elements are `Codable`.
It looks like `Graph` doesn't have any special need for being `Codable`.
Would it be possible to …
-
HI @adbar ,
Using simplemma my team has found multiple odd cases related to capitalization.
When words are fully capitalized, lemmatization doesn't seem correct
```sh
>>> simplemma.text_lemma…
-
![image](https://github.com/RocketModFix/RocketModFix/assets/105581272/d15947eb-c703-4a9b-8013-39f4a5d08b01)
Name - command
Aliases - list of abbreviations
The point of my idea is to optimize …
-
Здравствуйте, Илья!
Я собрал все компоненты по инструкции и пытаюсь запустить SimpleGREN. В результате чего получаю следующую ошибку:
./test
Loading dictionary ../../../../../bin-linux64/dictionar…
-
**Does your feature request involve difficulty completing a task? Please describe.**
It would be awesome, if the dictionary could be used more independently as a program that you could keep open an…