heideltime

How to use HeidelTime temporal tagger inside a Java project?

会有一股神秘感。 提交于 2019-12-12 10:57:59
问题 I would like to automatically identify dates inside a stream of documents and in this sense I would like to use the code provided by the open source project Heideltime, available here (https://code.google.com/p/heideltime/). I have installed the Heideltime kit (not the standalone version) and now I am wondering how can I reference it and call it inside my Java project. I have already added a dependecy to Heideltime inside my pom.xml: <dependency> <groupId>de.unihd.dbs</groupId> <artifactId