elit icon indicating copy to clipboard operation
elit copied to clipboard

Code refactoring

Open jdchoi77 opened this issue 6 years ago • 0 comments

  • 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).

jdchoi77 avatar Nov 17 '18 08:11 jdchoi77