Skip to content

Commit

Permalink
Fix example for lin scored_synonyms
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisji committed Mar 27, 2015
1 parent 6ae7c4b commit 6884b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nltk/corpus/reader/lin.py
Expand Up @@ -140,7 +140,7 @@ def demo():
print(thes.synonyms(word1))

print("Getting scored synonyms for " + word1)
print(thes.synonyms(word1))
print(thes.scored_synonyms(word1))

print("Getting synonyms from simN.lsp (noun subsection) for " + word1)
print(thes.synonyms(word1, fileid="simN.lsp"))
Expand Down

0 comments on commit 6884b5f

Please sign in to comment.