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=3&rev2=4 Now you can run Tika and try out the GeoTopicParser. At the moment since it's a Parser and not a Content-Handler (hopefully will develop it later), the parser is mapped to the MIME type application/geotopic which is a sub-class of text/plain. So, there are two steps to try the parser out now. - 1. Create a .geot file, you can use this sample [[http://github.com/chrismattmann/geotopicparser-utils/polar.geot|file]] from the [[http://github.com/chrismattmann/trec-dd-polar|NSF Polar data contributed to TREC]]. + 1. Create a .geot file, you can use this sample [[http://github.com/chrismattmann/geotopicparser-utils/geotopics/polar.geot|file]] from the [[http://github.com/chrismattmann/trec-dd-polar|NSF Polar data contributed to TREC]]. - 2. Tell Tika about the application/geotopic MIME type. You can download this [[http://github.com/chrismattmann/geotopicparser-utils/custom-mimetypes.xml|file]] and place it on the classpath in the `org/apache/tika/mime` directory, e.g., by doing:{{{ + 2. Tell Tika about the application/geotopic MIME type. You can download this [[http://github.com/chrismattmann/geotopicparser-utils/mime/org/apache/tika/mime/custom-mimetypes.xml|file]] and place it on the classpath in the `org/apache/tika/mime` directory, e.g., by doing:{{{ $ mkdir $HOME/src/geotopic-mime && cd $HOME/src/geotopic-mime $ mkdir -p org/apache/tika/mime - $ curl -O http://github.com/chrismattmann/geotopicparser-utils/custom-mimetypes.xml + $ curl -O http://github.com/chrismattmann/geotopicparser-utils/mime/org/apache/tika/mime/custom-mimetypes.xml $ mv custom-mimetypes.xml org/apache/tika/mime }}}
