Uses of Class
com.acumenvelocity.ath.steps.BaseTuBatchProcessingStep
-
Packages that use BaseTuBatchProcessingStep Package Description com.acumenvelocity.ath.steps net.sf.okapi.steps.heuristicaligner net.sf.okapi.steps.llmsentencealigner -
-
Uses of BaseTuBatchProcessingStep in com.acumenvelocity.ath.steps
Subclasses of BaseTuBatchProcessingStep in com.acumenvelocity.ath.steps Modifier and Type Class Description classBaseAlignerStepBase class for sentence alignment steps that align source and target documents at both paragraph and sentence levels.classBatchMtStepclassCodesReinsertionStepclassMtConfidenceScoringStepMT Confidence Scoring Step for Okapi Framework v1.47.0 Translates source segments using multiple MT models (Google Cloud Translate v3 NMT, Translation LLM, and custom AutoML models), evaluates translation quality using Vertex AI (MetricX) and heuristic methods, then attaches confidence-scored alternate translations to each segment. -
Uses of BaseTuBatchProcessingStep in net.sf.okapi.steps.heuristicaligner
Subclasses of BaseTuBatchProcessingStep in net.sf.okapi.steps.heuristicaligner Modifier and Type Class Description classHeuristicSentenceAlignerStepFinal, production-ready heuristic sentence aligner. -
Uses of BaseTuBatchProcessingStep in net.sf.okapi.steps.llmsentencealigner
Subclasses of BaseTuBatchProcessingStep in net.sf.okapi.steps.llmsentencealigner Modifier and Type Class Description classLlmSentenceAlignerStep
-