From 2943e76af1b8f943406b0630912ca6eb1f5b394c Mon Sep 17 00:00:00 2001 From: Stefan Dumitrescu Date: Thu, 6 Aug 2020 13:39:58 +0300 Subject: [PATCH] Update v1.1 --- a.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 a.py diff --git a/a.py b/a.py deleted file mode 100644 index efcdb4c..0000000 --- a/a.py +++ /dev/null @@ -1,9 +0,0 @@ -import rowordnet as rwn -rwn = rwn.RoWordNet() - -a = rwn.synsets("cal") - -a = rwn.synset('ENG30-03624767-n') -b = rwn.synset('ENG30-07666406-n') - -print(rwn.wup_similarity(a.id,a.id)) \ No newline at end of file