from textSpaceVector import textVector

text = textVector(file='corpus.txt',pattern=r'\w+')
print text

