Goto

Collaborating Authors

 sutime


The Stanford Natural Language Processing Group

@machinelearnbot

SUTime is a library for recognizing and normalizing time expressions. That is, it will convert next wednesday at 3pm to something like 2016-02-17T15:00 (depending on the assumed current reference time). SUTime is available as part of the Stanford CoreNLP pipeline and can be used to annotate documents with temporal information. It is a deterministic rule-based system designed for extensibility. SUTime was developed using TokensRegex, a generic framework for definining patterns over text and mapping to semantic objects.