Class TextIndexUtil


  • public class TextIndexUtil
    extends Object
    • Method Detail

      • toLocalTextIndex

        public static org.dmg.pmml.TextIndex toLocalTextIndex​(org.dmg.pmml.TextIndex textIndex,
                                                              String name)
      • computeTermFrequencyTable

        public static com.sun.codemodel.JExpression computeTermFrequencyTable​(com.sun.codemodel.JVar assignmentTargetVar,
                                                                              org.dmg.pmml.TextIndex textIndex,
                                                                              com.sun.codemodel.JExpression textIndexExpr,
                                                                              com.sun.codemodel.JExpression vocabularyExpr,
                                                                              int maxLength,
                                                                              TranslationContext context)