Package org.languagetool.remote
Class CorrectionLoopFinderApi
java.lang.Object
org.languagetool.remote.CorrectionLoopFinderApi
Find correction loops, i.e. cases where accepting a correction causes
another rule to match which then again suggests the original text.
Use on any plain text file with one sentence per line (like Tatoeba).
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringgetFullId(RemoteRuleMatch match) static voidprivate static void
-
Field Details
-
linesToSkip
private static final int linesToSkip- See Also:
-
-
Constructor Details
-
CorrectionLoopFinderApi
public CorrectionLoopFinderApi()
-
-
Method Details
-
run
- Throws:
IOException
-
main
- Throws:
IOException
-
getFullId
-