Package org.languagetool.rules.ca
Class PronomsFeblesHelper
java.lang.Object
org.languagetool.rules.ca.PronomsFeblesHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringdoAddPronounEn(String firstVerb, String pronounsStr, String verbStr, boolean pronounsAfter) static StringdoAddPronounHi(String firstVerb, String pronounsStr, String verbStr, boolean pronounsAfter) static StringdoAddPronounReflexive(String firstVerb, String pronounsStr, String verbStr, String firstVerbPersonaNumber, boolean pronounsAfter) static StringdoAddPronounReflexiveEn(String firstVerb, String pronounsStr, String verbStr, String firstVerbPersonaNumber, boolean pronounsAfter) static StringdoAddPronounReflexiveImperative(String firstVerb, String pronounsStr, String verbStr, String firstVerbPersonaNumber) static StringdoRemovePronounReflexive(String firstVerb, String pronounsStr, String verbStr, boolean pronounsAfter) static StringdoReplaceEmEn(String firstVerb, String pronounsStr, String verbStr, boolean pronounsAfter) static StringdoReplaceHiEn(String firstVerb, String pronounsStr, String verbStr, boolean pronounsAfter) static Stringstatic String[]getPreviousPronouns(AnalyzedTokenReadings[] tokens, int toIndex) static String[]getTwoNextPronouns(AnalyzedTokenReadings[] tokens, int from) static Stringtransform(String inputPronom, org.languagetool.rules.ca.PronomsFeblesHelper.PronounPosition pronounPos) static StringtransformDarrere(String inputPronom, String previousWord) static StringtransformDavant(String inputPronom, String nextWord)
-
Method Details
-
transform
-
transformDavant
-
transformDarrere
-
getTwoNextPronouns
-
getPreviousPronouns
-
doAddPronounEn
-
doAddPronounHi
-
doRemovePronounReflexive
-
doAddPronounReflexive
-
doAddPronounReflexiveEn
-
doAddPronounReflexiveImperative
-
doReplaceEmEn
-
doReplaceHiEn
-
convertPronounsForIntransitiveVerb
-
fixApostrophes
-