Package net.sf.okapi.steps.languagetool
Class Parameters
- java.lang.Object
-
- net.sf.okapi.common.BaseParameters
-
- net.sf.okapi.common.StringParameters
-
- net.sf.okapi.steps.languagetool.Parameters
-
- All Implemented Interfaces:
net.sf.okapi.common.IParameters,net.sf.okapi.common.uidescription.IEditorDescriptionProvider
public class Parameters extends net.sf.okapi.common.StringParameters implements net.sf.okapi.common.uidescription.IEditorDescriptionProvider
-
-
Constructor Summary
Constructors Constructor Description Parameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.okapi.common.uidescription.EditorDescriptioncreateEditorDescription(net.sf.okapi.common.ParametersDescription paramDesc)booleangetBlacklistCheck()StringgetBlacklistCheckPath()booleangetCheckGrammar()booleangetCheckSource()booleangetCheckSpelling()booleangetEnableFalseFriends()net.sf.okapi.common.ParametersDescriptiongetParametersDescription()booleangetTermCheck()StringgetTermCheckPath()voidreset()voidsetBlacklistCheck(boolean blacklistCheck)voidsetBlacklistCheckPath(String blacklistPath)voidsetCheckGrammar(boolean checkGrammer)voidsetCheckSource(boolean checkSource)voidsetCheckSpelling(boolean checkSpelling)voidsetEnableFalseFriends(boolean enableFalseFriends)voidsetTermCheck(boolean termCheck)voidsetTermCheckPath(String termPath)
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfacenet.sf.okapi.common.IParameters- Overrides:
resetin classnet.sf.okapi.common.StringParameters
-
getCheckSource
public boolean getCheckSource()
-
setCheckSource
public void setCheckSource(boolean checkSource)
-
getEnableFalseFriends
public boolean getEnableFalseFriends()
-
setEnableFalseFriends
public void setEnableFalseFriends(boolean enableFalseFriends)
-
getCheckSpelling
public boolean getCheckSpelling()
-
setCheckSpelling
public void setCheckSpelling(boolean checkSpelling)
-
getCheckGrammar
public boolean getCheckGrammar()
-
setCheckGrammar
public void setCheckGrammar(boolean checkGrammer)
-
getTermCheck
public boolean getTermCheck()
-
setTermCheck
public void setTermCheck(boolean termCheck)
-
getBlacklistCheck
public boolean getBlacklistCheck()
-
setBlacklistCheck
public void setBlacklistCheck(boolean blacklistCheck)
-
getBlacklistCheckPath
public String getBlacklistCheckPath()
-
setBlacklistCheckPath
public void setBlacklistCheckPath(String blacklistPath)
-
getTermCheckPath
public String getTermCheckPath()
-
setTermCheckPath
public void setTermCheckPath(String termPath)
-
getParametersDescription
public net.sf.okapi.common.ParametersDescription getParametersDescription()
- Specified by:
getParametersDescriptionin interfacenet.sf.okapi.common.IParameters- Overrides:
getParametersDescriptionin classnet.sf.okapi.common.BaseParameters
-
createEditorDescription
public net.sf.okapi.common.uidescription.EditorDescription createEditorDescription(net.sf.okapi.common.ParametersDescription paramDesc)
- Specified by:
createEditorDescriptionin interfacenet.sf.okapi.common.uidescription.IEditorDescriptionProvider
-
-