problem using pydoc in python
- by rohanag
I'm using pydoc in python 2.7.3 to generate documentation for a file called PreProcessingAPI.py which contains a class called PreProcessingAPI
In PreProcessingAPI.py, I have the following import in the beginning of the file:
from __future__ import division
from re import *
from nltk.stem import porter
The problem is, in the documentation…