uima Questions
3
Solved
I'm using some UIMA annotators in a pipeline. It run tasks like:
tokenizer
sentence splitter
gazetizer
My Annotator
The problem is that I don't want to write ALL the annotations (Token, Sent...
2
I am trying to figure out how to run the Clinical Document Pipeline
from Java. I have a set of clinical documents as plain texts. I want to parse these documents and extract a list of that is in do...
1
Solved
I'm running an UIMA application on apache spark. There are million of pages coming into batches to be processed by UIMA RUTA for calculation. But some time i'm facing out of memory exception.It thr...
Ilex asked 4/6, 2017 at 5:30
3
My work is planning on using a UIMA cluster to run documents through to extract named entities and what not. As I understand it, UIMA have very few NLP components packaged with it. I've been testin...
Gillard asked 7/4, 2013 at 0:6
1
Solved
I have been doing some capability testing with Apache OpenNLP, Which has the capability to Sentence detection, Tokenization, Name entity recognition. Now when i started looking at UIMA documents it...
2
Solved
I'm attempting to include a dependency known as uimascala in my project. It's available on the Sonatype repository, but for some reason SBT won't can't find it. Here's my build.sbt.
val sparkCore ...
1
The Standford Core NLP and the GATE provides the various NLP operation like NER, POS tagging. There are some of the NLP operation like Tokenizer, Snowball Stemmer available as a UIMA component.
So,...
Partain asked 12/6, 2014 at 14:19
2
Solved
I am new to UIMA Ruta. I made some annotators using scripting language. I am able to run them within EclipseIDE. I want to write a JAVA API to automatically run scripts on the input provided.
I a...
1
I want to use https://code.google.com/p/heideltime/ in a java project. That code "fits into the UIMA pipeline", which is something I don't understand at all. UIMA looks like it's designed to solve ...
2
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
© 2022 - 2024 — McMap. All rights reserved.