templets.add(new CharInStringTemplet(templets.gid++,-2,2));
templets.add(new StringTypeTemplet(templets.gid++));
CharClassDictionary dsurname = new CharClassDictionary();
dsurname.load("../data/knowledge/百家姓.txt", "姓");
templets.add(new CharClassTemplet(templets.gid++, new CharClassDictionary[]{dsurname}));
if (cl != null)
factory = cl.getAlphabetFactory();
else
factory = AlphabetFactory.buildFactory();