Re: Accessing Document Metadata e.g. Title in UIMA

2016-12-05 Thread Wahed Hemati
Hi Soumitra, you can do this with de.tudarmstadt.ukp.dkpro.core de.tudarmstadt.ukp.dkpro.core.api.metadata-asl 1.8.0 And: DocumentMetaData meta = DocumentMetaData.get(aJcas); meta.getDocumentTitle(); -Wahed On 05.12.2016 14:42, Soumitra Mazumder wrote: Hi, I am wo

Accessing Document Metadata e.g. Title in UIMA

2016-12-05 Thread Soumitra Mazumder
Hi, I am working presently with Solr6.3 and using UIMA annotators for annotation. I have ran into a dead end while trying to access document meta information from UIMA.Is there any way that can help me to get this information as I might want to trigger a third party process. I have searched the

Re: New dictionary annotator

2016-12-05 Thread Peter Klügl
Hi, for the UIMA Ruta paper, I used the enron email dataset [1], but it is probably not optimal here. I think we can find a standard scenario (data+terminology), maybe something like Genia with MeSH or wikipedia with geonames. Just a quick guess. I can help setting something up, but probably no

Re: New dictionary annotator

2016-12-05 Thread Donatas Remeika
Hi, Thanks for feedback. Yes, it would be interesting to see benchmark results. Maybe you know where I could find examples and data for doing benchmarks in UIMA? Best regards, Donatas On Mon, Dec 5, 2016 at 10:52 AM Peter Klügl wrote: > Hi, > > > a very nice annotator, thank you. > > > Do you

Re: New dictionary annotator

2016-12-05 Thread Peter Klügl
Hi, a very nice annotator, thank you. Do you have figures how the annotator compares to the others with respect to speed and memory usage? Storing the complete tokens will maybe provide challenges in scenarios with parallelization if the dictionary is not shared between annotators. Would you