-
Notifications
You must be signed in to change notification settings - Fork 10
PullRequests
Giannis Daras edited this page Aug 13, 2018
·
1 revision
Greek language has been successfully integrated to spaCy, which was actually the most important goal of the project.
There were two pull requests for this purpose; the first was the initial addition of the language and the second pull request contained important optimizations that made the support for the Greek language probably the most complete in terms of features after the English language.
Addition of the language: You can see the first pull request here. (Status: Merged)
Optimizations to the Greek language class: You can see the second pull request here. (Status: Pending)