HeidelTime / heideltime

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

I am new to java . I have configured as it is written in Manual. I am using windows. I am facing problem in executing standalone version #13

Closed jzell closed 9 years ago

jzell commented 9 years ago
please can any one give me steps to use heidel time
I have already used Treetagger.
Error is : Exception in thread main "java.lang.Noclassdeffounderror": de/unihd/dbs/heideltime/standalone/jar

Original issue reported on code.google.com by parul.patel.ns on 2013-10-09 06:16:54

jzell commented 9 years ago
Hello and thanks for your interest in HeidelTime,

How you are trying to run the standalone version? The error looks like you're trying
to run it in a wrong way. An abridged set of instructions is:

1. Extract heideltime-standalone-<version>.zip
2. Edit config.props so that the path to your treetagger installation is set in "treeTaggerHome
="
3. Open a Command Prompt: Start->Run->cmd
4. switch to the directory you extracted the standalone to: cd some\path\to\heideltime
4. Run HeidelTime standalone like so: java -jar de.unihd.dbs.heideltime.standalone.jar
<options>

If you're looking for more information on running HeidelTime, take a look at the Manual.pdf
that comes with the executable.

Original issue reported on code.google.com by zell@informatik.uni-heidelberg.de on 2013-10-09 10:18:12

jzell commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by zell@informatik.uni-heidelberg.de on 2013-11-11 17:15:52