Skip to content

Commit

Permalink
Update 351.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WHAHA-HA authored Sep 15, 2022
1 parent 182d2d7 commit b70e7f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Solutions/351.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def get_meaning(
"""

# NOTE: The problem is incomplete.
# We also need a source for which word appears in which context, to be able to infer
# this in the actual sentences.
# Once we have a set of strongly correlated words with each word-sense, we can search
# the context of a word in the target sentence.
# If there is a high overlap of those words with the already correlated words for a
# particular word sense, we can guess that that is the answer.
# We also need a source for which word appears in which context,
# to be able to infer this in the actual sentences.
# Once we have a set of strongly correlated words with each word-sense,
# we can searchthe context of a word in the target sentence.
# If there is a high overlap of those words with the already correlated words
# for a particular word sense, we can guess that that is the answer.

0 comments on commit b70e7f0

Please sign in to comment.