On 26 March 2014 12:51, Daniel Naber <daniel.na...@languagetool.org> wrote:

> Any ideas on how the VBP tag (in English) might fit into this approach,
> i.e. "not 3rd person singular"? Will we need to introduce a tag like
> "pos = Not3rdPsSgVerb"? That doesn't seem elegant but keeps it short.
>
> Internally, it could be expanded to mean:
> [{pos=verb, person=1|2, number=singular, tense=preset},
>   {pos=verb, person=1|2|3, number=plural, tense=preset}]


I have a natural dislike for negatives, so person=1|2 IMHO is the better option?
pos="1or2singular" perhaps?

for {pos=verb, person=1|2|3, number=plural, tense=preset}] is there redundancy?
If 1,2 or 3 are included it is not necessary?
pos="plural,present" (is preset a typo?)
{pos=verb,  number=plural, tense=preset}]

Is there no word for singular OR plural?

regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to