xszhong/syntime
The Java source code and datasets of our ACL2017 paper: Time Expression Analysis and Recognition Using Syntactic Token Types and General Heuristic Rules
This tool helps you automatically find and extract time expressions, like "yesterday" or "next month", from written text. You feed it documents or free text, and it identifies and pulls out all the phrases that refer to time. This is useful for anyone working with unstructured text who needs to programmatically understand when events happened or will happen.
No commits in the last 6 months.
Use this if you need to extract specific time references from large amounts of text for further analysis or processing.
Not ideal if you're looking for a non-programmatic, ready-to-use application or if you're not comfortable working with Java development environments.
Stars
10
Forks
6
Language
Java
License
GPL-3.0
Category
Last pushed
May 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xszhong/syntime"
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.
apache/opennlp-sandbox
Apache OpenNLP Sandbox