nltk / nltk_data

NLTK Data
1.45k stars 1.04k forks source link

Changed the sorted to list #210

Closed alvations closed 3 months ago

alvations commented 3 months ago

Loading the classes with sorted in averaged perceptron didn't map to the right class names and caused the accuracy to degrade. Use the list(classes) instead.

alvations commented 3 months ago

Merging this so that the main nltk repo can be tested.