Package org.languagetool.rules
Class CompoundRuleData
java.lang.Object
org.languagetool.rules.CompoundRuleData
Data about words that are compounds and should thus not be written
as separate words.
- Since:
- 3.0
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
loadCompoundFile
(String path) private String
private void
validateLine
(String path, String line)
-
Field Details
-
incorrectCompounds
-
noDashSuggestion
-
noDashLowerCaseSuggestion
-
onlyDashSuggestion
-
-
Constructor Details
-
CompoundRuleData
-
CompoundRuleData
-
-
Method Details
-
getIncorrectCompounds
-
getNoDashSuggestion
-
getOnlyDashSuggestion
-
getNoDashLowerCaseSuggestion
-
loadCompoundFile
- Throws:
IOException
-
validateLine
-
removeLastCharacter
-