HeidelTime / heideltime

A multilingual, cross-domain temporal tagger developed at the Database Systems Research Group at Heidelberg University.
GNU General Public License v3.0
342 stars 67 forks source link

Add unit tests #74

Open kno10 opened 6 years ago

kno10 commented 6 years ago

Basic code for unit testing rules. They do not all pass. Sometimes the test is not completely in sync with the current version, but often the rule does not match the example found in the rule documentation, so this exposes some bugs in the patterns and code.

Currently, tests will not be auto-run, to not fail the build until everything is fixed.