spaCy/spacy/tests/lang/da
ophelielacroix e3222fdec9
Add (noun chunks) syntax iterators for Danish (#6246)
* add syntax iterators for danish

* add test noun chunks for danish syntax iterators

* add contributor agreement

* update da syntax iterators to remove nested chunks

* add tests for da noun chunks

* Fix test

* add missing import
* fix example

* Prevent overlapping noun chunks

Prevent overlapping noun chunks by tracking the end index of the
previous noun chunk span.

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-01-07 16:33:00 +11:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_exceptions.py Reduce stored lexemes data, move feats to lookups (#5238) 2020-05-19 15:59:14 +02:00
test_noun_chunks.py Add (noun chunks) syntax iterators for Danish (#6246) 2021-01-07 16:33:00 +11:00
test_prefix_suffix_infix.py Revert #4334 2019-09-29 17:32:12 +02:00
test_text.py Revert #4334 2019-09-29 17:32:12 +02:00