I have some problems when using the helping website to create a new LanguageTool rule. I am understandable for seeing prompts as following:
The following sentences - which result from applying the correction - trigger a rule match themselves:
The writer and teacher are quite popular among the students.
The error sentence: The writer and teacher are quite popular among the students.
The correct sentence: The writer and the teacher are quite popular among the students.
Could you post the whole rule, i.e. everything between <rule> and </rule>? Please put your code in between three backticks (```) so the code gets formatted properly.
<rule id="" name="">
<pattern>
<token postag='SENT_START'></token>
<token>the</token>
<token postag='NN'></token>
<token>and</token>
<token postag='NN'></token>
<token postag='VBP'></token>
</pattern>
<message></message>
<example correction=''><marker>The writer and teacher are</marker> quite popular among the students.</example>
<example>The writer and the teacher are quite popular among the students.</example>
</rule>
The whole rule as stated above, displays an error.
The following sentences - which result from applying the correction - trigger a rule match themselves:
The writer and teacher are quite popular among the students.