Re: Ruta - Text Ruler - NullPointerException with the example project

2014-02-13 Thread Nicolas Hernandez
rove the TextRuler > view to report the problem to the user. > > Best, > > Peter > > Am 13.02.2014 10:49, schrieb Peter Klügl: > > Hi, > > > > Am 12.02.2014 23:57, schrieb Nicolas Hernandez: > >> Hi everyone, > >> > >> I'm te

Ruta - Text Ruler - NullPointerException with the example project

2014-02-12 Thread Nicolas Hernandez
Hi everyone, I'm testing the TextRuler framework to induce annotation rules. In particular I follow the example in the documentation [1] which should works on the example project present in the svn repository [2]. Unfortunately, when I press the start button, the view freezes on "MethodPreprocess

Re: Good practice for using and saving a resource built by previous annotators

2013-11-14 Thread Nicolas Hernandez
On 14.11.2013, at 18:19, Nicolas Hernandez > wrote: > >> Dear All >> >> Let say I want to count the occurrences of each word in a document >> collection and to use these counters (possibly in the same workflow). >> I am in the situation where I have a CAS per

Good practice for using and saving a resource built by previous annotators

2013-11-14 Thread Nicolas Hernandez
Dear All Let say I want to count the occurrences of each word in a document collection and to use these counters (possibly in the same workflow). I am in the situation where I have a CAS per document and I want to scale out the workflow. To scale out the workflow I use a resource to store the cou

DocumentAnalyzer: Straight access to the Analysis Engine descriptors available in the classpath

2013-08-01 Thread Nicolas Hernandez
Dear All, I often use the DocumentAnalyzer present in the uima-tools. But its interface is not so user-friendly, I spend too much times to browse the file system to find the desired Analysis Engine descriptors. Assuming that the code of the Analysis Engine to run is in the classpath, I have modif

Re: Stripping HTML but maintaining annotations for tags

2012-06-20 Thread Nicolas Hernandez
markup with plain text. >> >> Or should I have it create a new view of the document, so we maintain >> a markup view and a plain text view of the document? This seems weird, >> considering I will never care about the markup view again. Also, how >> would I make sure the oth

Re: CAS Editor instructions

2012-04-23 Thread Nicolas Hernandez
t; in the root of the project). >> >> Hope this helps, >> Jörn >> >> On 04/20/2012 10:08 PM, Eric Riebling wrote: >>> >>> I've been using UIMA for years and years, but I am completely stumped >>> trying to run the CAS Editor. Is anyone

Re: CAS Editor instructions

2012-04-21 Thread Nicolas Hernandez
Hi Peter What current version do you mean ? 2.4.1 ? The cas editor eclipse plugin is not present for the 2.4 from the update site. I believe that, to get the Eclipse cas editor plugin without having to build the source, you have to install the uima as plugins which are in 2.3.1. I don t know wheth

Re: UIMA Python integration?

2011-12-30 Thread Nicolas Hernandez
tomatically) and work on that in Python, without a library and >> probably not even dealing with the XMI format entirely correctly. :-( >> >> Anyway, things are not pretty, but we just don't have time to actually >> develop a better solution. >> >> Bye, &g

Re: UIMA Python integration?

2011-12-15 Thread Nicolas Hernandez
Hi 6 months later. Jens what experience have you learn about UIMA and Python ? Is Pythonnator still the simplest solution for working with XMI ? No other alternative ? Best /Nicolas On Wed, May 4, 2011 at 11:48 PM, Eddie Epstein wrote: > The last update with uimapy on Apache UIMA was that i

Re: Consuming RDF ontologies as dictionaries

2011-11-02 Thread Nicolas Hernandez
IMA to > be used to classify a words contained in a text by using a given ontology > stored in a triplestore. > How can I use UIMA in this particular use case? >  I look forward for your answers. >  Thank you. >  Regards, >  Florin > -- Dr. Nicolas Hernandez Associate Professo

New features for the Apache UIMA Regular Expression Annotator

2011-07-29 Thread Nicolas Hernandez
Hi Everyone I tested the Apache UIMA Regular Expression Annotator to know its abilities to formulate recognizing rules. I tested it to recognize named entities. Being said it only works on text characters, I mainly encountered two limitations. I'd like to know what you think about, and if you thin

Re: (newbie) creating an Aggregate AE

2010-11-25 Thread Nicolas Hernandez
Here you may find some help but "accidentally" it is in French... http://enicolashernandez.blogspot.com/2010/03/construire-une-chaine-de-traitement.html On Thu, Nov 25, 2010 at 7:25 PM, Tudor wrote: > Hello, > > I've successully made my own uima components and I'd like to connect them into > an a

Re: Mutable text and annotations...

2010-09-08 Thread Nicolas Hernandez
Dear Jim I think I understand what you mean. Playing with external analyzers which add/remove tags to/from the text with regular expressions may lead to this situation. The problem cannot exist with stand-off annotations. Assuming that only the number of whitespace characters have changed, you ma