/**
* {@inheritDoc}
*/
protected SemanticSpace getSpace() {
WeightingFunction weighting;
if (argOptions.hasOption('W'))
weighting = ReflectionUtil.getObjectInstance(argOptions.getStringOption('W'));
else
weighting = new LinearWeighting();
int windowSize = argOptions.getIntOption('s', 5);