public ClusteringCorefAlgorithm(Properties props, Dictionaries dictionaries)
     : this(props, dictionaries, StatisticalCorefProperties.ClusteringModelPath(props), StatisticalCorefProperties.ClassificationModelPath(props), StatisticalCorefProperties.RankingModelPath(props), StatisticalCorefProperties.AnaphoricityModelPath
                (props), StatisticalCorefProperties.WordCountsPath(props))
 {
 }
 public StatisticalCorefAlgorithm(Properties props, Dictionaries dictionaries)
     : this(props, dictionaries, StatisticalCorefProperties.WordCountsPath(props), StatisticalCorefProperties.RankingModelPath(props), CorefProperties.MaxMentionDistance(props), CorefProperties.MaxMentionDistanceWithStringMatch(props), StatisticalCorefProperties
            .PairwiseScoreThresholds(props))
 {
 }