Class ClassifierYuga

java.lang.Object
com.twelfthmile.yuga.classifierYuga.ClassifierYuga

public class ClassifierYuga extends Object
  • Constructor Details

    • ClassifierYuga

      public ClassifierYuga()
  • Method Details

    • 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)