Class ClassifierYuga
- java.lang.Object
-
- com.twelfthmile.yuga.classifierYuga.ClassifierYuga
-
public class ClassifierYuga extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassifierYuga()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
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)
-
-