Skip to content
#

spaCy

spacy logo

spaCy is a free library for advanced Natural Language Processing (NLP) in Python. It’s designed specifically for production use and helps you build applications that process and “understand” large volumes of text. It can be used to build information extraction or natural language understanding systems.

Here are 1,623 public repositories matching this topic...

This project is to match the offset of the pre-trained word embeddings such as BERT, ELMo, and Glove to the preprocessed token offset and its dependencies in various ways of preprocessing method such as Stanza and Spacy. Therefore, the result of this can be applied to the graph neural networks without concern of its mismatch of the preprocessed …

  • Updated Apr 15, 2022
  • Python