Tagged Questions
UIMA (Unstructured Information Management Architecture) is an architecture for creating scalable applications that analyze and extract information from unstructured data sources such as text, audio, and video. Apache UIMA is an open-source Java framework implementing the UIMA architecture. UIMA applications typically use natural language processing (NLP) techniques to perform analysis.
1
vote
0answers
24 views
Is there any JVM that runs on a CBE?
I'm designing a question-answering system using Apache-UIMA. The system should finally run on a IBM Cell-Broadband-Engine processor(PS3). I'm planning to design the whole thing in Java. But I'm not ...
1
vote
2answers
253 views
Examples for using Apache UIMA in a java program
I have been searching for examples of using Apache UIMA in a java program. Are there examples on how to use the example Annotators in a Java program ?
1
vote
2answers
1k views
Natural Language Processing in C++
I'm working on a project that already has a C++ base. I would like to have a plug-in for some natural language processing. I really like GATE but I'm not sure if it's worth launching the JVM and ...
0
votes
0answers
10 views
How to create an annotator that should reload its resources at runtime (without restarting the pipeline)?
I'm using UIMA ConceptMapper Annotator. Due to the fact that its dictionary can be changed outside the UIMA pipeline(we have this scenario),
I would like to reload the content of used dictionary ...
0
votes
0answers
22 views
Generating Pear file when using ConceptMapper Annotator
I have an UIMA project that uses the ConceptMapper Annotator. I would like to know how to set up the following:
How to specify the TokenizerDescriptionPath?
I have used the macro ...
0
votes
1answer
12 views
Setting up third party libraries for UIMA AS application
I have an UIMA AS application that is using third party libraries. I would like to know the following:
1. Where (location) we can add these third libraries such that the deployed application to be ...
0
votes
1answer
102 views
How do you tie UIMA to SOLR Dataimporthandler?
We've been doing some tests with Apache UIMA. The results are amazing!
Our ideal set up would be a tight integration of UIMA with SOLR. Ideally, we like to pass all the content we index past UIMA, ...
0
votes
0answers
99 views
0
votes
2answers
119 views
Where are some good documentation for this open source project 'solr-uima'
I'm really interested in being able to annotate my data. I am not really sure where to start, so I thought of using Apache Uima with Solr. I'm not sure if I'm no the right path, yet. Anyhow, I'm ...
0
votes
1answer
154 views
What Java framework might I use to provide a robust document conversion service?
I am starting a new open source project to develop an application that will provide services to convert various documents into other formats (E.g. doc -> html, pdf -> html, plain text -> html, etc). ...