AntoineSimoulin/pytree
Implementation of tree-structured neural networks in PyTorch.
This project provides an implementation of tree-structured neural networks. It takes in linguistic parse trees (either constituency or dependency trees in specific text formats) and outputs numerical representations (embeddings) of the words and phrases within those trees. This is useful for researchers and developers working on natural language understanding tasks where sentence structure is important.
No commits in the last 6 months.
Use this if you are a researcher or developer needing to represent the hierarchical structure of sentences for advanced natural language processing tasks, like sentiment analysis or textual entailment.
Not ideal if you are a business user looking for a ready-to-use application; this is a toolkit for developers to build such applications.
Stars
14
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 15, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/AntoineSimoulin/pytree"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models