nltk_data icon indicating copy to clipboard operation
nltk_data copied to clipboard

fix(index.xml): unzip corpora so they are found by nltk.data.find

Open tuky opened this issue 1 year ago • 2 comments

tuky avatar Sep 01 '23 08:09 tuky

to fix https://github.com/nltk/nltk/issues/3028

tuky avatar Sep 01 '23 08:09 tuky

Unzipping corpora is not a fix, but a temporary workaround to handle occasional cases when a corpus reader does not properly handle zipped data. As it is increasingly common to use small devices with very limited storage space, it is preferable to fix the corpus reader rather than unzipping the data.

ekaf avatar Sep 11 '23 04:09 ekaf