Changelog
=========

0.1a3
-------------------
- Introduced IClassifiable interface. ATContentTypes are now adapted to it,
and it should be easier to add other non-AT content types or customize the
adapter. [ggozad]
- Handling of IObjectRemovedEvent event. [ggozad]
- Added a form to import sample content from the brown corpus, for debugging
  and testing. [ggozad]
- Added some statistics information with @@classification-stats.
  Displays the number of parsed documents, as well as the most useful terms.
  [ggozad]
- Added @@terms view, allowing a user to inspect the identified terms for some
  content. [ggozad]
- Have to specify corpus categories when training n-gram tagger. Fixes #3 [ggozad]

0.1a2
-------------------
- Made control panel more sane. Fixes #1. [ggozad]
- NP-extractor has become a local persistent utility. [ggozad]
- Renamed @@subjectsuggest to @@suggest-categories. Fixes #2. [ggozad]
- "memoized" term extractor. [ggozad]
- Added friendly types to the control panel. [ggozad]
- Updated documentation and dependencies to warn about yaml. [ggozad]

0.1a1
-------------------

- First public release. [ggozad]
