File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -824,7 +824,15 @@ Normally, only small edits are necessary for NLTK to load any
824824Wordnet in the original Princeton WordNet wndb format. This could
825825for ex. be a Princeton WordNet from the 1.x or 2.x series, which
826826were never included in NLTK, or any Open English Wordnet version.
827- However, some older versions have problems that require more effort.
827+ This process has been tested and works with all PWN versions since
828+ WN 1.5SC (from 1995), which was the first version to use sense keys.
829+
830+ However, three of these older versions have problems that require
831+ more effort. Two versions (1.5SC and 2.1) miss a copy of the
832+ 'lexnames' file, which has been the same for all modern PWN releases,
833+ and needs to be copied manually from any other version.
834+ PWN v. 2.0 is the most difficult to deal with, since some pointer_counts
835+ in the index.POS files are off-by-one.
828836
829837Let's illustrate the process with Edition 2023 of the Open English
830838Wordnet, since nltk_data does not include it.
You can’t perform that action at this time.
0 commit comments