*/
protected SemanticSpace getSpace() {
// Ensure that the configured DependencyExtactor is in place prior to
// constructing the SVS
setupDependencyExtractor();
return new DependencyVectorSpace(
System.getProperties(), argOptions.getIntOption('l', 0));
}