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).
elit/lemmatizationandelit/token_taggerunderelit/nlp.elit/model.py, move the classes inmodel/cnn_model.pyandmodel/rnn_model.pytoelit/model.py, and removeelit/model.elit/state.py(we no longer use it?)resources/morph_analyzerand renameresources/lemmatizertoresources/morph_analyzer. You probably need to reconfigure the resource path forEnglishMorphAnalyzer(we probably don't needEnglishLemmatizerany more).