You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Natural Language Processing, or NLP for short, is broadly defined as the automatic manipulation of natural language, like speech and text, by software and basically a subset of machine learning that lets us extract insights from text data.
Implemented the ARC standard system, feature extraction, neural network architecture including activation function and loss function for the Fast & Accurate Dependency Parser using Tensor Flow framework in python.
Completed as part of the "Natural Language Processing" course, this project employs the ArcEager parsing algorithm. Implementation is carried out using PyTorch and the Hugging Face library for utilizing pretrained BERT models.
Repository of the project for the Introduction to Natural Language Processing discipline of the Computer Science course at the University of Lavras, whose task objective is to explore the parsing of dependencies, using the SpaCy tool.