spaCy v2.1.2 Release Notes

Release Date: 2019-03-22 // about 5 years ago
  • ๐Ÿฑ ๐Ÿ”ด Bug fixes

    • ๐Ÿ›  Fix issue #3356: Fix handling of unicode ranges in regular expressions on Python 2.
    • ๐Ÿ›  Fix issue #3432: Update wasabi to better handle non-UTF-8 terminals.
    • Fix issue #3445: Update docs on label argument in Span. __init__.
    • ๐Ÿ›  Fix issue #3455: Bring English tag_map in line with UD Treebank.

    ๐Ÿ“š ๐Ÿ“– Documentation and examples

    • Add --init-tok2vec argument to train_textcat.py example.
    • ๐Ÿ›  Fix various typos and inconsistencies.