Skip to content

Commit

Permalink
[en] enable rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AzadehSafakish committed Jan 16, 2025
1 parent 1c4e37e commit b2b0fc3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9441,37 +9441,37 @@ For more detailed information, including tag definitions, please check out our d
<token>of</token>
</marker>
</pattern>
<message>Specify a number, remove phrase, or simply use <suggestion>many</suggestion> or <suggestion>numerous</suggestion></message>
<message>To reduce wordiness, try specifying a number or using <suggestion>many</suggestion> or <suggestion>numerous</suggestion> instead.</message>
<url>https://languagetool.org/insights/post/wordiness/</url>
<short>Redundant phrase</short>
<example correction="Many|Numerous"><marker>A large number of</marker> people were in the parade.</example>
<example>There is a large number of archaeological sites which include the Minoan sites of Knossos and Phaistos, the classical site of Gortys, and the diverse archaeology of the island of Koufonisi which includes Minoan, Roman, and World War II ruins.</example>
<example>There's a large number of archaeological sites which include the Minoan sites of Knossos and Phaistos, the classical site of Gortys, and the diverse archaeology of the island of Koufonisi which includes Minoan, Roman, and World War II ruins.</example>
</rule>
<rule default="temp_off">
<rule>
<pattern>
<token>is</token>
<token>a</token>
<token>large</token>
<token>number</token>
<token>of</token>
</pattern>
<message>Specify a number, remove phrase, or simply use 'many' or 'numerous'.</message>
<message>To reduce wordiness, try specifying a number or using 'many' or 'numerous' instead.</message>
<suggestion>are many</suggestion>
<suggestion>are numerous</suggestion>
<url>https://languagetool.org/insights/post/wordiness/</url>
<short>Redundant phrase</short>
<example correction="are many|are numerous">There <marker>is a large number of</marker> archaeological sites which include the Minoan sites of Knossos and Phaistos, the classical site of Gortys, and the diverse archaeology of the island of Koufonisi which includes Minoan, Roman, and World War II ruins.</example>
</rule>
<rule default="temp_off">
<rule>
<pattern>
<token postag="VB.*" postag_regexp="yes">'s</token>
<token>a</token>
<token>large</token>
<token>number</token>
<token>of</token>
</pattern>
<message>Specify a number, remove phrase, or simply use 'many' or 'numerous'.</message>
<message>To reduce wordiness, try specifying a number or using 'many' or 'numerous' instead.</message>
<suggestion> are many</suggestion>
<suggestion> are numerous</suggestion>
<url>https://languagetool.org/insights/post/wordiness/</url>
Expand Down

0 comments on commit b2b0fc3

Please sign in to comment.