Currently the different taggers for the language supported live all in the same file muda/tagger.py. However, code for each language's tagger should live in a separate files since this adds encapsulation and makes it easier to add taggers for new languages.
I suggest them adding them in a new folder. e.g muda/langs/pt_tagger.py
Currently the different taggers for the language supported live all in the same file
muda/tagger.py
. However, code for each language's tagger should live in a separate files since this adds encapsulation and makes it easier to add taggers for new languages.I suggest them adding them in a new folder. e.g
muda/langs/pt_tagger.py