-
example:
most common:
`'s_VERB` can be either `is` or `has`
less likely, but still possible:
`wound_VERB` can be `wound` or `wind`
`bound`, `found` as well
-
Could you please document how to use the lemmatizer in a pipeline? I am unable to find any sample code in the samples directory on this.
-
### Description
Hi,
We are building an open-source custom Hebrew/Arabic analyzer (lemmatizer and stopwords), based on a BERT model. We'd like to contribute this to this repository. How can we do t…
-
Hello,
i use `melt_tagger` in a class. The sentence to analyze is sent with socketio
```
import spacy
import sys
import random
from spacy_lefff import LefffLemmatizer, POSTagger
import sock…
-
Hi,
I met a problem when doing lemmatization.
When lemmatizing "**Mary fries some French fries**", the verb "fries" was wrongly lemmatized as "fries", which is the lemma of the noun "fries". Mea…
-
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…
-
## Preface
As discussed in cadmiumcr/cadmium#31 , `Cadmium::Lemmatizer` needs a `Token` object with POS and morphology data to work properly and be fully tested.
The aim of this proposal is to im…
-
## How to reproduce the behaviour
import spacy
nlp = spacy.load('de')
s1 = 'Der schöne Garten' …
-
All corpora need to be checked for lemmatization of ⲩⲛⲟⲩ; should be ⲟⲩⲛⲟⲩ. See [this ANNIS search](https://corpling.uis.georgetown.edu/annis/scriptorium#_q=bm9ybT0i4rKp4rKb4rKf4rKpIiBfPV8gbGVtbWE9IuK…
-
I created a core and edited its managed-schema so that it uses your filter. The fieldType declaration is the following:
`
`
The above declaration g…