You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "julien nioche (JIRA)" <ui...@incubator.apache.org> on 2008/09/22 10:34:45 UTC

[jira] Updated: (UIMA-1095) Implement a Tika Annotator

     [ https://issues.apache.org/jira/browse/UIMA-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

julien nioche updated UIMA-1095:
--------------------------------

    Attachment: UIMA-TikaAnnotator.diff

Added code + descriptors for TikaAnnotators

As indicated in the README file, this resource requires the Tika jar file in the /lib (tika-0.2-SNAPSHOT-standalone.jar) which is not included here since the max file upload is 10.00Mb

INTRODUCTION



Apache Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries. Apache Tika is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Lucene PMC.

TikaAnnotator uses Tika to generate annotations representing the original markup of a document, extract its text and metadata. It consists of three resources (see /desc):

- FileSystemCollectionReader : similar to the one in UIMA examples but uses TIKA to extract the text from binary documents and generates annotations to represent the markup
- MarkupAnnotator : takes the original content from a view and generates a new view containing the extracted text with markup annotations
- TikaWrapper : utility class which allows to populate a CAS from a binary document; used by the FileSystemCollectionReader

The sources can be compiled using the ANT script included.


Julien Nioche
-----------------------
http://www.digitalpebble.com


> Implement a Tika Annotator
> --------------------------
>
>                 Key: UIMA-1095
>                 URL: https://issues.apache.org/jira/browse/UIMA-1095
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox-TikaAnnotator
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>         Attachments: UIMA-TikaAnnotator.diff
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.