-
Using lemmatization can result in better quality keyphrases, since similar keyphrases we will be grouped together.
Adding lemmatization as an option could be a great feature.
If the option is acti…
-
In `LatinBackOffLemmatizer()` and the lemmatizers in its chain I can't seem to find an option to return an empty value (such as in `OldEnglishDictionaryLemmatizer()`'s `best_guess=False` option), inst…
-
I see that `Lemmatizer.cs` has the stament `using IWNLP.Models;` but that namespace is defined in a different solution: `IWNLP` from [this](https://github.com/Liebeck/IWNLP) repo. I t hink it would ma…
-
For a number of applications it would be useful to link lemmas with standard versions as in FGB. I have in mind examples like "smaointiú" (alt. of "smaoineamh" in FGB), "seinnt" (alt. of "seinm" in FG…
-
### 我已经搜索了 Issue 列表,没有找到类似的需求
- [X] Yes
### 我已经试用最新开发版,同样没找到这个功能
- [X] Yes
### 如果您有不止一个需求,请在多个 issue 里分别提交.
- [X] Yes
### 简单介绍
让词典插件能够负责对单词原型的判断或其它更多功能,增加对更多语言的兼容空间
### 细节描述
目前词典功能使用wink-lemm…
BaoZ1 updated
2 months ago
-
For some context, here was the master issue for problems in lemmatization for the lookup-based lemmatizer for German: https://github.com/explosion/spaCy/issues/2486 And here was the announcement that …
-
I have trained my model and all the files are where they should be (I think) but when i run my file (below) nothing happens. I get no errors, but i cant use my chatbot or anything.
import random
i…
-
The parser tests for some ATF features are missing meaningful assertions and therefore pass trivially.
This is because these tests were initially skipped while the relevant features were not suppor…
-
The initial run of the script is slow due to needing to load the following dependencies, and initialize the Lemmatizer and Stemmer
```
from nltk.corpus import wordnet as wn
from nltk.stem import …
-
Manticore Search 3.6.0 added integration with pymorphy2 as a part of the [Lemmatizer for Ukrainian](https://github.com/manticoresoftware/lemmatizer-uk) . Does it make sense to mention it somewhere in …