From b70e7f00a36fb4368b444c569853a7a1e418a8ee Mon Sep 17 00:00:00 2001 From: Happy Life <103522524+WHAHA-HA@users.noreply.github.com> Date: Thu, 15 Sep 2022 06:12:55 +0300 Subject: [PATCH] Update 351.py --- Solutions/351.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.