TalMizrahii/Hearst-Patterns
The project is divided into two parts, each of which focuses on detecting and extracting hypernyms and hyponyms.
This project helps natural language processing practitioners automatically identify 'is-a' relationships between words. You provide a collection of text documents where noun phrases are marked, and it outputs a structured list of hypernym (broader term) and hyponym (specific instance) pairs. This is ideal for linguists, data scientists, or AI developers building systems that need to understand semantic hierarchies.
No commits in the last 6 months.
Use this if you need to automatically build a database of 'is-a' relationships (like 'fruit is-a banana') from text to improve AI understanding or search capabilities.
Not ideal if you need to extract other types of semantic relationships besides hypernymy, or if your text corpus is not pre-tagged with noun phrases.
Stars
4
Forks
—
Language
Java
License
—
Category
Last pushed
Sep 09, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/TalMizrahii/Hearst-Patterns"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apache/opennlp
Apache OpenNLP
stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing,...
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
FraBle/python-sutime
Python wrapper for Stanford CoreNLP's SUTime