Hi, On 21.05.2013 15:49, [email protected] wrote: > Hello! > > Is there any possibility to match strings like > > nC. > v. Chr. > > with MARKFAST?
Yes. Did you observe any problems? I just tested it with:
Wordlist:
nC.
v. Chr.
Input document:
nC.
v. Chr.
n C .
v . Chr.
Script:
PACKAGE uima.ruta.tests;
WORDLIST testList = 'test.txt';
DECLARE Test;
Document{->MARKFAST(Test, testList)};
... creates four annotations of type test.
Best,
Peter
> Cheers,
> Armin
