Cannot reach Turkish lookup table #11142
-
I have installed spacy-lookups-data 1.0.3 and it contains Turkish lookup table,too but I cannot see any table when I check tables. `` tr = spacy.blank("tr") lemmatizer = tr.add_pipe("lemmatizer") tr.vocab.lookups.tables What can be the problem? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In spacy v3 the lemmatizer lookup tables have moved from |
Beta Was this translation helpful? Give feedback.
In spacy v3 the lemmatizer lookup tables have moved from
nlp.vocab.lookups
to the lemmatizer component:nlp.get_pipe("lemmatizer").lookups