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

AttributeError: 'str' object has no attribute 'unknown' #42

Open pranjalpandey22 opened 6 years ago

pranjalpandey22 commented 6 years ago

https://github.com/pattern3/pattern/blob/8e7e0f8885d847e5d2d47c2fd0602eb0159c43a2/pattern/text/__init__.py#L1352

This line when compiled gives the above error. I don't think I am missing any file or anything...