* Internal refactoring * Fixes in paragraph handling
3.3.0
* Fixed bug where opening quotes following beginning-of-paragraph markers were incorrectly recognized and normalized.
3.2.0
* Numbers and amounts that consist exclusively of alphabetic words (*sjö hundruð*) are now returned as the original ``TOK.WORD`` tokens (*sjö* and *hundruð*), not coalesced into ``TOK.NUMBER``/``TOK.AMOUNT``/etc. tokens as before.
3.1.2
* Changed paragraph markers to be `[[` and `]]`, i.e. without spaces, for better accuracy in character offset calculations.