int bound,
DependencyPathAcceptor acceptor,
DependencyPathWeight weighter,
int pathLength) {
cooccurrenceMatrix = new AtomicGrowingSparseHashMatrix();
basis = new StringBasisMapping();
wordScores = new BoundedSortedMap<String, Double>(bound);
extractor = DependencyExtractorManager.getDefaultExtractor();
this.transform = transform;
this.acceptor = acceptor;