{"id":21169771,"url":"https://github.com/andreasgrv/paws","last_synced_at":"2025-03-14T17:23:54.500Z","repository":{"id":24644093,"uuid":"28053632","full_name":"andreasgrv/paws","owner":"andreasgrv","description":"Phrase And Word Similarity. An attempt to convert meaning from networks to a number","archived":false,"fork":false,"pushed_at":"2015-02-13T10:36:29.000Z","size":6472,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T10:50:54.229Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreasgrv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-15T20:01:00.000Z","updated_at":"2015-10-03T16:15:08.000Z","dependencies_parsed_at":"2022-08-23T04:31:40.999Z","dependency_job_id":null,"html_url":"https://github.com/andreasgrv/paws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fpaws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fpaws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fpaws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fpaws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreasgrv","download_url":"https://codeload.github.com/andreasgrv/paws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243616377,"owners_count":20319890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T15:53:38.036Z","updated_at":"2025-03-14T17:23:54.469Z","avatar_url":"https://github.com/andreasgrv.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Paws\n====\n\n**P**hrase **A**nd **W**ord **S**imilarity.\nAn attempt to convert meaning present in networks to a number for every binary relation - be it\na word or a phrase.\n\n# Overview\n\nThis project is part of my B.Sc thesis at Harokopeio University of Athens, October 2014.\nThe thesis focused on extracting similarity between words and phrases by using information\npresent in graphs depicting synonymy, antonymy and other relations between words. The goal\nwas to check sentence alignments and how possible alignments affect entailment and contradiction \nbetween the sentences that were analyzed.\n\n# Current Data\n\nCurrent word relation data in file wnsyns.tsv was created using data from [Wordnet](http://wordnet.princeton.edu/) and exists for demonstration purposes. \nThe format of the data in the tsv file represents links in the graph \nand can be replaced with your own.\n\n# Dependencies\n\n* g++ with C++11 support + stdlibs\n\n# Run me\n\n1. git clone https://github.com/andreasgrv/paws .\n2. cd paws\n3. make\n4. ./wordsim for word similarity or ./phrasesim for phrase similarity\n\nexample: \n\n./wordsim 3 dispersion+\n\n* The integer is how many neighbours away in the graph the method should go\n* The string is the method to use: boolean, count, countdepth, recursive, dispersion, dispersion+, concentration, concentration+\n\nIf using wordsim insert two words separated by a space. If using phrasesim insert the first phrase and press return, then the second one\nand press return. If you want to exit, type exit and press return.\n\nSimilarities range from 0 to 1 and are on a different scale depending on the method.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasgrv%2Fpaws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasgrv%2Fpaws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasgrv%2Fpaws/lists"}