habeanf/yap
Yet Another (natural language) Parser
This tool helps computational linguists and researchers analyze Modern Hebrew text by breaking down sentences into their grammatical components. You feed it pre-tokenized Hebrew text, and it outputs detailed morphological and syntactic information, including disambiguated word forms and their grammatical relationships. It's designed for those studying the structure of Hebrew language.
No commits in the last 6 months.
Use this if you need to perform in-depth linguistic analysis, specifically morphological disambiguation and dependency parsing, on Modern Hebrew text for research or academic purposes.
Not ideal if you need a production-ready solution for real-time text processing or for languages other than Modern Hebrew.
Stars
43
Forks
36
Language
Go
License
Apache-2.0
Category
Last pushed
May 15, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/habeanf/yap"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ikawaha/kagome-dict
Dictionary Library for Kagome v2
aaaton/golem
A lemmatizer implemented in Go
clipperhouse/uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split graphemes, words, sentences.
abadojack/whatlanggo
Natural language detection library for Go
jdkato/prose
:book: A Golang library for text processing, including tokenization, part-of-speech tagging, and...