- The project is now hosted at GitHub.
- Switched to Gradle as the new build manager.
- Code synchronization with other LiU-NLP projects.
- Speed improvements. The
FeatureTrie
class was rewritten such that feature access is now even faster than before. - Self-contained release. The previous release used a library called
dlib
, which was developed in parallel. This code has been integrated intobeta
.
- Initial release.