-
Notifications
You must be signed in to change notification settings - Fork 2
spaCy: Industrial strength NLP
ggulbahar edited this page Feb 16, 2019
·
2 revisions
spaCy is a python library for Natural Language Processing, which is a subfield of artificial intelligence related to human-computer interaction. Artificial intelligence is the most trending subject nowadays, so I thought this repository might be useful for those of you who are interested in it.
It is a big and professional project, therefore the source code is quite complicated and long. Nevertheless, the developers seem to have created a thorough GitHub repository for us to read and understand how to run it. Readme file is a good summary of documentations and there's also a link to the entire documentation. Installation commands for all popular operating systems can also be found there.
You can find all related information and more on this link: spaCy GitHub Repository