com.chenlb.mmseg4j.example.Simple Maven / Gradle / Ivy
The newest version!
package com.chenlb.mmseg4j.example;
import java.io.IOException;
import com.chenlb.mmseg4j.Seg;
import com.chenlb.mmseg4j.SimpleSeg;
/**
*
* @author chenlb 2009-3-14 上午12:38:40
*/
public class Simple extends Complex {
protected Seg getSeg() {
return new SimpleSeg(dic);
}
public static void main(String[] args) throws IOException {
new Simple().run(args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy