French lemmatizer lemmatizes differently Expliquez
and expliquez
#12535
Closed
alephpi
started this conversation in
Help: Best practices
Replies: 2 comments 1 reply
-
More observations: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, turns out that better use the large model |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to spaCy and I'm currently using
fr_core_news_sm
model to do some NLP job. I find that the lemmatizer (when callingToken.lemma_
) doesn't treatExpliquez
andexpliquez
evenly, where the first lemma isexpliquez
and the second lemma isexpliquer
(what I want indeed). I wondernlp(lemma)
repeatedly but is there a better practice?Beta Was this translation helpful? Give feedback.
All reactions