Hi, > On 20. May 2019, at 14:56, Francisco Abad <[email protected]> wrote: > > My question is: is there any standard implementation of token so I can use it > as input for my annotator? If not, what is the strategy for reusing uima > components in different pipelines?
There is no "standard" schema for UIMA annotations - every vendor or component collection defines their own. Normally, it is a good idea not to start from scratch developing your own set of wrappers but to adopt an already existing component collection. Here are some you might care to look at: - DKPro Core - https://dkpro.github.io/dkpro-core - cTAKES - https://ctakes.apache.org - JCoRe - https://github.com/JULIELab/jcore-base - ClearTK - https://cleartk.github.io/cleartk/ - ... When you choose one, check that it already supports some components that are useful to you and best check that it is still being actively maintained. I maintain DKPro Core (note that this project is not affiliated with Apache). Cheers, -- Richard
