Classification.py is growing and becoming very unwieldy. I believe organization of the project would be improved by breaking that file into multiple smaller, more focused files, and renaming a few of the functions i.e. phonological_classification. Importing would also become much more speedy, as quite a few things are currently being loaded, and wouldn't need to be.
Classification.py is growing and becoming very unwieldy. I believe organization of the project would be improved by breaking that file into multiple smaller, more focused files, and renaming a few of the functions i.e. phonological_classification. Importing would also become much more speedy, as quite a few things are currently being loaded, and wouldn't need to be.