CoderPat / MuDA

9 stars 6 forks source link

Separate specific language tagger in different files #1

Closed CoderPat closed 2 years ago

CoderPat commented 2 years ago

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