Hi,

I am trying to capture an error pattern where a letter is attached as a
suffix to a POS tagged word. And the suggestion should strip of the suffix.

Eg.

POS Tagged word = நல்ல
Its wrong form = நல்லக் <-- the letter 'க்' is a mistake and should be
removed.

I tried the following, and it doesn't seem to work:

<token postag='ADJ|RP' postag_regexp='yes'>க்</token>
<token>கதை</token>

<suggestion>/1 /2</suggestion>

Thanks! -e.
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to