Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change 
notification.

The "GeoTopicParser" page has been changed by ChrisMattmann:
https://wiki.apache.org/tika/GeoTopicParser?action=diff&rev1=7&rev2=8

Comment:
- make consistent

  First, start up the Tika server with your NER model and .geot MIME type 
definition on the classpath:
  
  {{{
- java -classpath 
$HOME/src/geotopicparser-utils/models/polar:$HOME/src/geotopicparser-utils/mime:tika-server/target/tika-server-1.9-SNAPSHOT.jar
 org.apache.tika.server.TikaServerCli
+ java -classpath 
$HOME/src/location-ner-model:$HOME/src/geotopic-mime:tika-server/target/tika-server-1.9-SNAPSHOT.jar
 org.apache.tika.server.TikaServerCli
  }}}
  
  Then, try calling the `/rmeta` service to get the returned metadata:

Reply via email to