public class MOTUtils
extends java.lang.Object
Constructor and Description |
---|
MOTUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getForm(MOTPipeInterface pipe,
java.lang.String text,
int lang,
java.lang.String tag)
Get the
tag ed representation of a text |
static java.lang.String |
getLowercaseForm(MOTPipeInterface pipe,
java.lang.String text,
int lang)
Get the lowercased representation of a text
|
static java.lang.String |
getNormalizedForm(MOTPipeInterface pipe,
java.lang.String text,
int lang)
Get the normalized representation of a text
|
public static java.lang.String getNormalizedForm(MOTPipeInterface pipe, java.lang.String text, int lang)
pipe
- The pipe to usetext
- The text to normalizelang
- The text languagepublic static java.lang.String getLowercaseForm(MOTPipeInterface pipe, java.lang.String text, int lang)
pipe
- The pipe to usetext
- The text to lowercaselang
- The text languagepublic static java.lang.String getForm(MOTPipeInterface pipe, java.lang.String text, int lang, java.lang.String tag)
tag
ed representation of a textpipe
- The pipe to usetext
- The text to processlang
- The text languagetag
- The annotation tag to useCopyright © 2013 Dassault Systèmes, All Rights Reserved.