- new input format: Pubmed Central full-text through the efetch API
- Brat annotation enriched with the rest of the termlist fields, using the "Annotator notes" tag
- dropped PyBioC dependency; BioC XML is now directly parsed/written
- collection mode is now also available for the input format "pubmed" (efetch)
- new feature: postfilter hook (specify a Python function that modifies the annotated articles before writing)
- new feature: fallback format (eg. try to use on-disk files first, but for those unavailable fall back to a pubmed request)
- more NLP methods registered: RegexTokenizer (for output filters), greektranslit (ER normalisation)
- and various minor extensions and bugfixes (see the commit messages)