Uses of Interface
net.sf.okapi.common.query.IQuery
-
Packages that use IQuery Package Description net.sf.okapi.connectors.apertium net.sf.okapi.connectors.bifile net.sf.okapi.connectors.google net.sf.okapi.connectors.googleautoml net.sf.okapi.connectors.kantan net.sf.okapi.connectors.lingo24 net.sf.okapi.connectors.microsoft net.sf.okapi.connectors.mmt net.sf.okapi.connectors.mymemory net.sf.okapi.connectors.pensieve net.sf.okapi.connectors.tda net.sf.okapi.connectors.translatetoolkit net.sf.okapi.lib.translation Interfaces and classes for accessing translation resources. -
-
Uses of IQuery in net.sf.okapi.connectors.apertium
Classes in net.sf.okapi.connectors.apertium that implement IQuery Modifier and Type Class Description classApertiumMTConnector -
Uses of IQuery in net.sf.okapi.connectors.bifile
Classes in net.sf.okapi.connectors.bifile that implement IQuery Modifier and Type Class Description classBilingualFileConnectorThis connector extendsPensieveTMConnectorto allow one-step leveraging from a bilingual file. -
Uses of IQuery in net.sf.okapi.connectors.google
Classes in net.sf.okapi.connectors.google that implement IQuery Modifier and Type Class Description classGoogleMTv2Connector -
Uses of IQuery in net.sf.okapi.connectors.googleautoml
Classes in net.sf.okapi.connectors.googleautoml that implement IQuery Modifier and Type Class Description classGoogleAutoMLTranslationConnectorConnector for the Google AutoML Translation service. -
Uses of IQuery in net.sf.okapi.connectors.kantan
Classes in net.sf.okapi.connectors.kantan that implement IQuery Modifier and Type Class Description classKantanMTv21ConnectorConnector for the KantanMT API v2.1. -
Uses of IQuery in net.sf.okapi.connectors.lingo24
Classes in net.sf.okapi.connectors.lingo24 that implement IQuery Modifier and Type Class Description classLingo24ConnectorConnector for the Lingo24 Premium MT API. -
Uses of IQuery in net.sf.okapi.connectors.microsoft
Classes in net.sf.okapi.connectors.microsoft that implement IQuery Modifier and Type Class Description classMicrosoftMTConnector -
Uses of IQuery in net.sf.okapi.connectors.mmt
Classes in net.sf.okapi.connectors.mmt that implement IQuery Modifier and Type Class Description classMMTConnectorConnector for the ModernMT Systems MT Engine API. -
Uses of IQuery in net.sf.okapi.connectors.mymemory
Classes in net.sf.okapi.connectors.mymemory that implement IQuery Modifier and Type Class Description classMyMemoryTMConnectorConnector for MyMemory collaborative translation memory system. -
Uses of IQuery in net.sf.okapi.connectors.pensieve
Classes in net.sf.okapi.connectors.pensieve that implement IQuery Modifier and Type Class Description classPensieveTMConnector -
Uses of IQuery in net.sf.okapi.connectors.tda
Classes in net.sf.okapi.connectors.tda that implement IQuery Modifier and Type Class Description classTDASearchConnector -
Uses of IQuery in net.sf.okapi.connectors.translatetoolkit
Classes in net.sf.okapi.connectors.translatetoolkit that implement IQuery Modifier and Type Class Description classTranslateToolkitTMConnectorImplementIQueryfor the amaGama TM hosted for Translate-Toolkit. -
Uses of IQuery in net.sf.okapi.lib.translation
Subinterfaces of IQuery in net.sf.okapi.lib.translation Modifier and Type Interface Description interfaceITMQueryProvides the methods common to all query engines of translation resources that are translation memory systems.Classes in net.sf.okapi.lib.translation that implement IQuery Modifier and Type Class Description classBaseConnectorAbstract implementation of theIQueryinterface.Fields in net.sf.okapi.lib.translation declared as IQuery Modifier and Type Field Description IQueryResourceItem. queryThe query engine for this resource.Methods in net.sf.okapi.lib.translation that return IQuery Modifier and Type Method Description IQueryQueryManager. getInterface(int resourceId)Gets the IQuery interface for a given translation resource.Methods in net.sf.okapi.lib.translation with parameters of type IQuery Modifier and Type Method Description intQueryManager. addAndInitializeResource(IQuery connector, String resourceName, IParameters params)Adds a translation resource to the manager and initializes it with the current source and target language of this manager, as well as any attributes that is set, and the current threshold and maximum hits if it is relevant.intQueryManager. addResource(IQuery connector, String name)Adds a translation resource to the manager.
-