Skip to content

Commit 9b44f7e

Browse files
committed
Updated README
1 parent bbc241a commit 9b44f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rad Classify also depends on NLTK and sklearn, but these should be installed by
1717
## Usage
1818
After installation, we can import the `rad_classify` module and start using its methods
1919
```
20-
from rad_classify import EndToEndProcessor, get_reports_from_csv
20+
from rad_classify import EndToEndPreprocessor, get_reports_from_csv
2121
from rad_classify.models import FastTextClassifier
2222
2323
path = "./data/rad_reports.csv"

0 commit comments

Comments
 (0)