spaCy/spacy/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 Add (noun chunks) syntax iterators for Danish (#6246) 2021-01-07 16:33:00 +11:00
examples.py Extend and fix Danish examples (#5227) 2020-04-02 10:42:35 +02:00
lex_attrs.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
morph_rules.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
punctuation.py Make Danish tokenizer split on forward slash 2019-07-12 15:20:42 +02:00
stop_words.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
syntax_iterators.py Add (noun chunks) syntax iterators for Danish (#6246) 2021-01-07 16:33:00 +11:00
tokenizer_exceptions.py Remove TAG from da/sv tokenizer exceptions (#5428) 2020-05-13 10:25:54 +02:00