diff --git a/Solutions/351.py b/Solutions/351.py index e738a8d..56d016e 100644 --- a/Solutions/351.py +++ b/Solutions/351.py @@ -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.