Skip to content

Commit 51454b5

Browse files
fcbondtomaarsen
andauthored
Update weblinks for the Open Multilingual Wordnet (nltk#3097)
* update weblinks for the Open Multilingual Wordnet Co-authored-by: Tom Aarsen <[email protected]>
1 parent c8cedf1 commit 51454b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nltk/corpus/reader/wordnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
This module also allows you to find lemmas in languages
2828
other than English from the Open Multilingual Wordnet
29-
http://compling.hss.ntu.edu.sg/omw/
29+
https://omwn.org/
3030
3131
"""
3232

@@ -2179,7 +2179,7 @@ def custom_lemmas(self, tab_file, lang):
21792179
language to Princeton WordNet 3.0 synset offsets, allowing NLTK's
21802180
WordNet functions to then be used with that language.
21812181
2182-
See the "Tab files" section at http://compling.hss.ntu.edu.sg/omw/ for
2182+
See the "Tab files" section at https://omwn.org/omw1.html for
21832183
documentation on the Multilingual WordNet tab file format.
21842184
21852185
:param tab_file: Tab file as a file or file-like object

0 commit comments

Comments
 (0)