japerk / nltk-trainer

Train NLTK objects with zero code
http://nltk-trainer.readthedocs.org/en/latest/
Apache License 2.0
747 stars 225 forks source link

Maxent classifier doesn't work with latest scipy version (11.0) #11

Closed Hrehory closed 11 years ago

Hrehory commented 11 years ago

Training tagger/chunker with Maxent as classifier ends with fail. To do this, there must be installed old version of scipy (10.1).

Hrehory commented 11 years ago

What's more, training tagger with Maxent as classifier ends with Memmory Error (conll 2002 as corpus)

japerk commented 11 years ago

This is actually a NLTK issue: https://github.com/nltk/nltk/issues/349 As noted there, it's been fixed for the next release.