PonteIneptique / collatinus-python

Collatinus Python Lemmatizer
GNU General Public License v3.0
8 stars 1 forks source link

Make a parser object that extracts set-up from line reading of Classes to a centralized System #14

Closed PonteIneptique closed 6 years ago

PonteIneptique commented 6 years ago

Currently, PyCollatinus mimic completely the way Collatinus parses data, ie it initiates classes using lines from file text. It would be a good thing to extract this method from each classes to a central parser object that could evolve with time and centralize some better practices.