Class ClassifierYuga


  • public class ClassifierYuga
    extends Object
    • Constructor Detail

      • ClassifierYuga

        public ClassifierYuga()
    • Method Detail

      • getYugaTokensNew

        public static org.json.JSONObject getYugaTokensNew​(String sentence,
                                                           HashMap<String,​String> configMap,
                                                           IndexTrack indexTrack)
                                                    throws org.json.JSONException
        Throws:
        org.json.JSONException
      • generateOutput

        public static org.json.JSONObject generateOutput​(StringBuilder sb,
                                                         Map<String,​org.json.JSONObject> metaData)
                                                  throws org.json.JSONException
        Throws:
        org.json.JSONException
      • skipCharacter

        public static boolean skipCharacter​(String sentence,
                                            int index,
                                            char ch)
      • lookAheadNumberForIdPrx

        public static int lookAheadNumberForIdPrx​(String sentence)
      • setNextindex

        public static void setNextindex​(int idx,
                                        IndexTrack indexTrack)