|
protected static String[] ignore_symbol = new String[]{"、", "."};
|
|
protected static String[] ignore_symbol = new String[]{"、", "."};
|
|
protected static String[] stop_symbol = new String[]{"。", ";", "?", ";", "?", "“", "”", "\r", "\n", "[", "]", "{", "}"};
|
|
protected static String[] stop_symbol = new String[]{"。", ";", "?", ";", "?", "“", "”", "\r", "\n", "[", "]", "{", "}"};
|
|
public abstract List<Map<String, Object>> analyze(LexemePath<Lexeme> lexemePath) throws Exception;
|
|
public abstract List<Map<String, Object>> analyze(LexemePath<Lexeme> lexemePath) throws Exception;
|