Hi dominique,

I have added simple SVO(subject+verb+object) for simple present and simple
past tense.But there is no action in this code. Please
fix my error
 e.g., I write a letter




<rule id="SIMPLE_SVO" name="simple(simple sentence) ">
      <pattern mark_from="0" mark_to="-1">
      <token postag="DT"></token>
      <token postag="DT|NN.*" postag_regexp="yes"></token>
      <token postag="VBG|VBN|VBP" postag_regexp="yes"></token>
      <token postag="DT|NN.*" postag_regexp="yes"></token>
      </pattern>
      <message>You might need to use Simple sentence Here:
<suggestion><match no="2" postag="VB|VBD|VBZ" postag_regexp="yes"></match></
suggestion></message>
      <short>Grammatical problem</short>
      <example type="correct">I <marker>wrote</marker>a letter.</example>
      <example type="correct">He writes a letter</example>
      <example correction="learn" type="incorrect">I
<marker>writting</marker>a letter.</example>
    </rule>
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to