Xuân-Lợi Vũ

Results 2 issues of Xuân-Lợi Vũ

I would like to implement a demo using your approach. How can I prepare input file. Do I have to segment the sentence first? After that, I would like to...

Multiple meaningless `null` checks Example: https://github.com/phongnt570/UETsegmenter/blob/master/src/vn/edu/vnu/uet/nlp/tokenizer/Tokenizer.java#L25 `s` can not be null. You already call `s` before. ``` String[] tempTokens = s.split("(\\s| )+"); ``` ``` if (trimed.isEmpty() || trimed.equals(StringConst.SPACE) || s...