It should be possible to use a regex to specify a POS_CONSTRAINT.
The POS tagger I am using provides morphological information, hence to detect a
plural (either Smp or Sfp), I need to use S.p
It is enough to change checkPosConstraint to use:
if (pos_as_is.matches(pos))
Thanks.
Original issue reported on code.google.com by atta...@gmail.com on 20 Oct 2014 at 11:26
Original issue reported on code.google.com by
atta...@gmail.com
on 20 Oct 2014 at 11:26