Hi,

argh, that's a typo :-(


It should read: "... it is now  possible..."


The literal string matches did only work on single RutaBasic annotations.

Before 2.8.0, you need to write, which could fail,e .g., when
decompounding is included:

("This" "is" "a" "test"){-> Test};


Now, you can ignore the internal partioning and simply write:

"This is a test"{-> Test};


Best,


Peter


Am 26.11.2019 um 16:55 schrieb Marshall Schor:
> Hi,
>
> Can you clarify the meaning of this line in the "RELEASE_NOTES":
>
>      Matching on string literals is no more restricted to single RutaBasic
> annotations,
>      e.g., it is not possible to write: "This is a test"{-> Test};
>
> I see in the docs instances of this form which the above says it is **not
> possible** to write, e.g.
>
> "PERSNAME"{-> PersName};   (in section 4.8)
>
> -Marshall
>
-- 
Dr. Peter Klügl
R&D Text Mining/Machine Learning

Averbis GmbH
Salzstr. 15
79098 Freiburg
Germany

Fon: +49 761 708 394 0
Fax: +49 761 708 394 10
Email: [email protected]
Web: https://averbis.com

Headquarters: Freiburg im Breisgau
Register Court: Amtsgericht Freiburg im Breisgau, HRB 701080
Managing Directors: Dr. med. Philipp Daumke, Dr. Kornél Markó

Reply via email to