-
Hello! I'm currently trying to use Stanza's German lemmatizer for a project I'm working on. As far as I'm concerned, this should be on par with the most accurate publically available lemmatizers out t…
-
Hi, is there something like a lemmatizer? I have a couple of tagalog sentences with translations and I am trying to lemmatize them (then do some sorting by frequency and then use it myself for languag…
-
When attempting to lemmatize a word that appears as the first entry in a dictionary file from the lists repo ([https://github.com/michmech/lemmatization-lists](https://github.com/michmech/lemmatizatio…
-
See https://github.com/htrc/torchlite-app/issues/18
-
Hi,
I am installing banglakit.lemmatizer using pip from your documentation.
But when I am using this it gives me to output the same as the input.
That means lemmatization does not work for me.
…
-
- [ ] Add POS Tagging to exclude nouns from lemmatization and for better sanitization.
- [ ] Replace regular Levenshtein distance with a Levenshtein Automaton + Jaro-Winkler Distance based approa…
-
When I try to run the 'main.py' file I am getting this error
"ModuleNotFoundError: No module named 'spacy.lemmatizer"
-
## Preface
Cadmium has a stemmer which is used downstream in several other modules. Its usefulness is not to be questioned.
However relying only on a stemmer will limit Cadmium in different ways…
-
can I user your program as a stemmer or/and lemmatizer for Kazakh language?
-
DOD:
- [x] lemmatizer in spacy as default polish lemmatizer
- [x] loaded on language load
- [x] loading time below 10s
- [x] WPS > 4K
- [x] add regex expasion to dvc pipeline in lemma sources ge…