pattern3 / pattern

Goal: make Pattern compatible with Python 3.
http://www.clips.ua.ac.be/pages/pattern
BSD 3-Clause "New" or "Revised" License
59 stars 35 forks source link

Split up big files #13

Open hayd opened 9 years ago

hayd commented 9 years ago

I think it would be good to do some surgery to some of the larger files e.g. web/__init__.py, there is too much going on there and it would be much more readable to separate the concerns.

Aside, I personally dislike stuff in the __init__.py (something pattern does pretty much exclusively), but changing that is a big change. Not sure what consensus is about that style-wise.

This can't be done until we have the tests passing on python 3 (!) and probably better coverage.