SYMBOL INDEX (15 symbols across 4 files) FILE: myHanLP/src/main/java/sentence_segment/HanLPTest.java class HanLPTest (line 16) | public class HanLPTest { method main (line 17) | public static void main(String[] args){ FILE: myHanLP/src/main/java/transform_encoding/TransformEncodingToOne.java class TransformEncodingToOne (line 10) | public class TransformEncodingToOne { method main (line 11) | public static void main(String[] args) { method getFiles (line 21) | public static List getFiles(String fileStr){ method transform (line 39) | public static boolean transform(List files,String output){ FILE: tools/labelMap/labelText.py class LabelText (line 11) | class LabelText(object): method __init__ (line 12) | def __init__(self, label_list, ori_path): method arrangeLabelText (line 17) | def arrangeLabelText(self, show=True, write=False): method sortByLabel (line 42) | def sortByLabel(self, show=True, write=False): FILE: tools/tokenizer/wordCut.py class WordCut (line 17) | class WordCut(object): method __init__ (line 18) | def __init__(self, stopwords_path=stopwords_path): method addDictionary (line 26) | def addDictionary(self, dict_list): method seg_sentence (line 33) | def seg_sentence(self, sentence, stopwords_path = None): method seg_file (line 57) | def seg_file(self, path, show=True, write=False):