elit
elit copied to clipboard
Code refactoring
- Put
elit/lemmatizationandelit/token_taggerunderelit/nlp. - Create
elit/model.py, move the classes inmodel/cnn_model.pyandmodel/rnn_model.pytoelit/model.py, and removeelit/model. - Remove
elit/state.py(we no longer use it?) - Remove
resources/morph_analyzerand renameresources/lemmatizertoresources/morph_analyzer. You probably need to reconfigure the resource path forEnglishMorphAnalyzer(we probably don't needEnglishLemmatizerany more).