You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put elit/lemmatization and elit/token_tagger under elit/nlp.
Create elit/model.py, move the classes in model/cnn_model.py and model/rnn_model.py to elit/model.py, and remove elit/model.
Remove elit/state.py (we no longer use it?)
Remove resources/morph_analyzer and rename resources/lemmatizer to resources/morph_analyzer. You probably need to reconfigure the resource path for EnglishMorphAnalyzer (we probably don't need EnglishLemmatizer any more).
The text was updated successfully, but these errors were encountered:
elit/lemmatization
andelit/token_tagger
underelit/nlp
.elit/model.py
, move the classes inmodel/cnn_model.py
andmodel/rnn_model.py
toelit/model.py
, and removeelit/model
.elit/state.py
(we no longer use it?)resources/morph_analyzer
and renameresources/lemmatizer
toresources/morph_analyzer
. You probably need to reconfigure the resource path forEnglishMorphAnalyzer
(we probably don't needEnglishLemmatizer
any more).The text was updated successfully, but these errors were encountered: