Package edu.fscj.pseudo.lintRoller
Class KeywordLinter
java.lang.Object
edu.fscj.pseudo.lintRoller.KeywordLinter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.lucene.search.spell.SpellChecker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringcheckMisspelling(String word) private static voidprivate static booleanhasClosingQuote(String word) private static booleanhasDoubleQuotes(String word) private static Booleanprivate static BooleanisPossibleKeyword(String word, String prevWord) static voidscanForMisspelledKeywords(ArrayList<Line> lines)
-
Field Details
-
spellChecker
private static org.apache.lucene.search.spell.SpellChecker spellChecker -
keywords
-
-
Constructor Details
-
KeywordLinter
KeywordLinter()
-
-
Method Details
-
scanForMisspelledKeywords
-
createHiddenIndexDirectory
-
checkMisspelling
-
isPossibleKeyword
-
isKeyword
-
hasClosingQuote
-
hasDoubleQuotes
-