spaCy/spacy/lang/it
Duygu Altinok 25bd9f9d48
Noun chunks for Italian (#9662)
* added it vocab

* copied portuguese

* added possessive determiner

* added conjed Nps

* added nmoded Nps

* test misc

* more examples

* fixed typo

* fixed parenth

* fixed comma

* comma fix

* added syntax iters

* fix some index problems

* fixed index

* corrected heads for test case

* fixed tets case

* fixed determiner gender

* cleaned left over

* added example with apostophe
2021-11-23 16:29:25 +01:00
..
__init__.py Noun chunks for Italian (#9662) 2021-11-23 16:29:25 +01:00
examples.py Tidy up and auto-format 2020-02-18 15:38:18 +01:00
lemmatizer.py Tidy up code 2021-06-28 12:08:15 +02:00
punctuation.py Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00
stop_words.py Remove torino from stop words (#7634) 2021-04-26 16:53:43 +02:00
syntax_iterators.py Noun chunks for Italian (#9662) 2021-11-23 16:29:25 +01:00
tokenizer_exceptions.py Tidy up code 2021-06-28 12:08:15 +02:00