Commit bc687466 by Steven Bird

fix failing doctest

parent d13caba2
......@@ -44,7 +44,7 @@ def lesk(context_sentence, ambiguous_word, pos=None, dictionary=None):
>>> word = "bank"
>>> pos = "n"
>>> lesk(sent, word, pos)
Synset('bank.n.07')
Synset('savings_bank.n.02')
:param context_sentence: The context sentence where the ambiguous word occurs.
:param ambiguous_word: The ambiguous word that requires WSD.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment