Categorygithub.com/maxthomas/gomosesgo
modulepackage
0.1.1
Repository: https://github.com/maxthomas/gomosesgo.git
Documentation: pkg.go.dev

# Functions

NewTranslationTransformer returns a TranslationTransformer object.

# Variables

TCDetokenizeString runs the external detokenizer.
TCRejoinString runs the external hashtag rejoiner.
TCTagString runs the external string tagger.
TCTokenizeString runs the external tokenizer.

# Structs

ExecTransformCommand represents an external command on strings.
FilterTransformCommand does simple filtering.
RPCTranslate wraps the XMLRPC client.
RPCTranslateMessage wraps.
TranslationRequest contains the simple text input.
TranslationTransformer is an object w/ methods for pre and post processing of strings for translation.

# Interfaces

TransformCommand is an interface for different kinds of processing transforms.