davidpgero/hungarian-nltk
Simple Hungarian Sentence Analysis with NLTK
This project helps researchers and linguists analyze Hungarian sentences programmatically. It takes raw Hungarian text as input and breaks it down into individual words, identifies their grammatical roles (like noun or verb), finds their root forms, and can even determine the truthfulness of simple statements. It's designed for anyone studying the structure and meaning of the Hungarian language.
No commits in the last 6 months.
Use this if you need to process and understand the grammatical and semantic components of Hungarian text for linguistic research or computational linguistics projects.
Not ideal if you are looking for a simple translation tool or a general-purpose natural language processing library that supports many languages beyond Hungarian.
Stars
16
Forks
2
Language
Batchfile
License
Apache-2.0
Category
Last pushed
Mar 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/davidpgero/hungarian-nltk"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
erickrf/nlpnet
A neural network architecture for NLP tasks, using cython for fast performance. Currently, it...
nsu-ai/ontonotes-5-parsing
Ontonotes-5-parsing: parser of Ontonotes 5.0 to transform this corpus to a simple JSON format
ikergarcia1996/Basic-CYK-Parser
Basic CYK-Parser written in python 3
LR-POR/PorGram
A Portuguese HPSG Grammar
busraoguzoglu/CYK-Parser-with-Turkish-CFG
Implementation of CYK algorithm to act as a recognizer and parser with Turkish CFG.