UIMA Fit and fsIndexCollection

2017-08-05 Thread William Colen
Hi, I am having an issue with UIMA Fit and fsIndexCollection. I configured META-INF/org.uimafit/fsindexes.txt to load the following fsIndexCollection: http://uima.apache.org/resourceSpecifier;> MyFsIndexDescription myproject.uima.ts.ShiftedAnnotation sorted

Re: UIMA C++ in a Mac

2016-12-23 Thread William Colen
owse/UIMA-5235> UIMA-5236: Can not compile UIMA C++ examples in Mac OS X <https://issues.apache.org/jira/browse/UIMA-5236> Regards, William 2016-12-20 14:31 GMT-02:00 William Colen <william.co...@gmail.com>: > Sorry, I had to try/change so many things that I am not sure. M

Re: Help with Pythonnator

2016-12-23 Thread William Colen
I reproduced the issue with Ubuntu 16.04. I created the Jira UIMA-5237 with a patch candidate. Thank you, William 2016-12-20 17:45 GMT-02:00 : > Now that I managed to install UIMA C++ in macOS Sierra, I need to build >

Help with Pythonnator

2016-12-20 Thread William Colen
Now that I managed to install UIMA C++ in macOS Sierra, I need to build the sample Pythonnator project. I am getting the following error: $ cd $UIMACPP_HOME/scriptators/python $ make g++-5 -Wall -x c++ -DDEBUG -g -fno-inline -fno-default-inline -fPIC -I/usr/local/uimacpp/include

Re: UIMA C++ in a Mac

2016-12-20 Thread William Colen
-luima $(EXTRA_LINK_LIBS) # compiler to use CC=g++-5 2016-12-20 13:48 GMT-02:00 Fox, David <david@humedica.com>: > Great! > > Could you send a diff or patch of base.mak, and the list things you asked > BREW to install (if you have it)? > > David > > On 12/2

Re: UIMA C++ in a Mac

2016-12-20 Thread William Colen
; David > > > > On 11/25/16, 5:07 PM, "William Colen" <william.co...@gmail.com> wrote: > > >Hi, > > > >I need to execute a NLTK based POS Tagger. I was trying to create a C++ AE > >for that. Do you think it will work? > > > >I install

Re: Sorting overlapping annotation of same type using UIMAFIT

2016-11-21 Thread William Colen
l# > ugr.ref.xml.component_descriptor.aes.primitive > > -Marshall > > On 11/20/2016 9:52 PM, William Colen wrote: > > Hi, > > > > In Portuguese we have contractions, that are words composed by, for > > example, a preposition + article, pronoun or an adverb. &g

Sorting overlapping annotation of same type using UIMAFIT

2016-11-20 Thread William Colen
Hi, In Portuguese we have contractions, that are words composed by, for example, a preposition + article, pronoun or an adverb. Example: Nós acreditávamos nele. (We believed him.) Where "nele" can be divided into "em" + "ele". (in + him) To properly analyze this, I created two token

Re: Error using RUTA from Java

2015-05-21 Thread William Colen
off-list). Best, Peter Am 21.05.2015 um 01:26 schrieb William Colen: Thank you, Peter. I was using 2.2.1 and upgraded to 2.3.0 RC2 as you advised, but the error persists. Now I will post the complete stacktrace: Mai 20, 2015 6:56:23 PM

Error using RUTA from Java

2015-05-20 Thread William Colen
Hello, We have a Main RUTA script that imports a few children scripts, as follows: PACKAGE cogroo.ruta; TYPESYSTEM BaseTypeSystem; IMPORT opennlp.uima.Token FROM TypeSystem AS cgToken; IMPORT opennlp.uima.Sentence FROM TypeSystem AS cgSentence; SCRIPT Crase; SCRIPT Base; Document{-

Re: Error using RUTA from Java

2015-05-20 Thread William Colen
://repository.apache.org/content/repositories/orgapacheuima-1053/ /url /repository /repositories Best, Peter Am 20.05.2015 um 21:45 schrieb William Colen: Hello, We have a Main RUTA script that imports a few children scripts, as follows: PACKAGE cogroo.ruta; TYPESYSTEM