9899100101102103104105106107108
* @return 词 * @throws Exception */ public String getLooseMap (String str) throws Exception { if(is==null) is = new EditDistanceWithSemantic(); String resName = str; if(str==null||str.trim().length()==0) return resName;