public SimilarityFinder(ISyntaxSource source, ISyntaxPreprocessor <TRepresentation> preprocessor, List <ISyntaxComparator <TPair, TRepresentation, TInformation> > comparators, TInformation information) { this.source = source; this.preprocessor = preprocessor; this.comparators = comparators; this.information = information; }