spacy-lefff icon indicating copy to clipboard operation
spacy-lefff copied to clipboard

Custom French POS and lemmatizer based on Lefff for spacy

Results 4 spacy-lefff issues
Sort by recently updated
recently updated
newest added

Hi, I have an problem of compatibility between spacy, fr-core-news-sm and spacy-lefff spacy-transformers 1.0.6 requires spacy=3.1.0, but you have spacy 3.0.4 which is incompatible. fr-dep-news-trf 3.1.0 requires spacy=3.1.0, but you...

Add a table to the README for the benchmark on common datasets for POS tagging in French, and compare it to built-in spaCy.

help wanted
hacktoberfest

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 socketio class...

bug

# Problem Sometimes, a word can be at the same time an `adj` and a `nc` and it is missing. An example in Lefff is `costaricain`, which can be both...

enhancement