34353637383940
/** * Static constructor that creates a true-caser. See the TrueCaser.java doc's for more info. */ public static void init(String pathToTrueCaseList) { XSLTTrueCaser.tc = new TrueCaser(pathToTrueCaseList, 0.5); }