timenorm-1.0.0
This release includes a number of major changes:
- Packages have been reorganized to separate the new time normalizer based on the SCATE schema and the old time normalizer based on the TimeML schema.
- The neural SCATE-based normalizer now directly returns the SCATE operators (
TimeExpression
objects), which now include character offsets of where each operator was found. - The anti-xml dependency has been removed, using the standard scala-xml instead. The scala-xml APIs are ugly, but anti-xml is no longer maintained.
- The English number parsing grammar that was included as part of the old time normalizer has been simplified and separated out into its own API,
WordsToNumber
, so it can be used by the neural parser. - The build is now based on SBT instead of Maven.