正因为他拥有各种不同的“刀”,而且能够识别什么“肉(字符)”应该用什么“刀”分割,所以他能游刃有余地把整头牛切割,成为合适的“肉片(词语)”。 这里的“刀”由Knife扮演,各种“刀”由“刀箱”KnifeBox管理(Paoding对象本身就是一个KnifeBox),并由KnifeBox决策什么时候出什么“刀”。 @author Zhiliang Wang [qieqie.wang@gmail.com] @see Knife @see KnifeBox @since 1.0
686970717273747576
propertiesPath = PaodingMaker.DEFAULT_PROPERTIES_PATH; } Properties properties = PaodingMaker.getProperties(propertiesPath); String mode = Constants .getProperty(properties, Constants.ANALYZER_MODE); Paoding paoding = PaodingMaker.make(properties); setKnife(paoding); setMode(mode); }