Class ClassifierYuga
java.lang.Object
com.twelfthmile.yuga.classifierYuga.ClassifierYuga
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.json.JSONObjectgenerateOutput(StringBuilder sb, Map<String, org.json.JSONObject> metaData) static org.json.JSONObjectgetYugaTokensNew(String sentence, HashMap<String, String> configMap, IndexTrack indexTrack) static intlookAheadNumberForIdPrx(String sentence) static voidsetNextindex(int idx, IndexTrack indexTrack) static booleanskipCharacter(String sentence, int index, char ch)
-
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
-
lookAheadNumberForIdPrx
-
setNextindex
-