0

I am trying to load a *.corpus file into Python in order to perform a few NLP tasks. But I do not seem to be able to find any information on how to do this.

ishido
  • 4,065
  • 9
  • 32
  • 42

1 Answers1

0

The NLTK library provides a Corpus module, which seems to be able to read these files.

aluriak
  • 5,559
  • 2
  • 26
  • 39