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

Does HeidelTime standalone really work to tag Chinese text in Windows 10 #72

Open wdb0704 opened 6 years ago

wdb0704 commented 6 years ago

Hi All,

When I use java -jar de.unihd.dbs.heideltime.standalone.jar my_txt_file -l chinese to tag a text file (transfer to UTF-8 with NodePad+) with some temporal info in it, it cannot read the file well. So I modified some source code to make it read the file successfully. But as I continued to run to make it tag the file, it shows: HeidelTime has not found any sentence tokens in this document. HeidelTime needs sentence tokens tagged by a preprocessing UIMA analysis engine to do its work. Please check your UIMA workflow and add an analysis engine that creates these sentence tokens. So I wonder whether I failed to add anything, but I had followed the steps indicated by the Manual of HeidelTime standalone 2.2.1. Could anyone give me some ideas on it. Thanks a lot in advance!

wdb0704 commented 6 years ago

OK, I solved it by using tokeniser in another way.

Ravan-laws commented 4 years ago

大佬,能不能给点细节? 谢谢