while you're fixing small things in readmes etc., these:
README: has incorrect (now ignored) JVM parm -XX:MaxPermSize (was removed in
Java 8)
and should fix the link to building-uima to use "https", not
"http"
On 11/26/2019 11:19 AM, Peter Klügl wrote:
> 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
>>