Class ApertiumTranslate
- java.lang.Object
-
- org.omegat.core.machinetranslators.BaseTranslate
-
- org.omegat.core.machinetranslators.BaseCachedTranslate
-
- org.omegat.core.machinetranslators.ApertiumTranslate
-
- All Implemented Interfaces:
IMachineTranslation
public class ApertiumTranslate extends BaseCachedTranslate
-
-
Constructor Summary
Constructors Constructor Description ApertiumTranslate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Apertium engine name.boolean
isConfigurable()
Apertium engine is configurable.void
showConfigurationUI(java.awt.Window parent)
Show configuration UI.-
Methods inherited from class org.omegat.core.machinetranslators.BaseCachedTranslate
getCachedTranslation, getTranslation
-
Methods inherited from class org.omegat.core.machinetranslators.BaseTranslate
isEnabled, setEnabled, setGlossarySupplier
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.omegat.gui.exttrans.IMachineTranslation
isEnabled, setEnabled, setGlossarySupplier
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Apertium engine name.- Returns:
- engine name.
-
isConfigurable
public boolean isConfigurable()
Apertium engine is configurable.- Returns:
- true
-
showConfigurationUI
public void showConfigurationUI(java.awt.Window parent)
Show configuration UI.- Parameters:
parent
- main window.
-
-