Add rule

Thanks, Why LT doesn’t spot the error?

Maybe the noun phrase detection doesn’t work, you can analyze the text at Text Analysis - LanguageTool.

Thanks, How to improve LT and make it more perfect?

What do you mean (You can activate them by turning on all rules in the new ‘Plain English’ category.) in the changes of LT-2.9? How to do it?

add rule:

<rule id="ID" name="would like to + jj|rb">    
 <pattern>
  <token>would</token>
  <token>like</token>
  <token>to</token>
  <token postag='JJ|RB' postag_regexp='yes'></token>
  <token postag='VB'></token>
 </pattern>
 <message>Grammatical error: Just use <suggestion>would like to <match no="5"/></suggestion>?</message>
 <short>Grammatical problem</short>
 <example correction=''>There are many people who <marker>would like to often change</marker> their work.</example>
 <example>There are many people who would like to change their work.</example>
</rule>

You can activate the rules in the stand-alone version of LT under the menu Text Checking -> Options…

Thanks,
Is there another way to achieve them? like change the some code of LT about grammar.xml.

Thanks, have you check this with Google? There are cases like “No one would like to often change shoes” that don’t look wrong to me (but I’m not a native English speaker).