Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231755 - ebuild request: pywordnet
Summary: ebuild request: pywordnet
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 10:03 UTC by Stefan Behte (RETIRED)
Modified: 2022-07-07 09:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for PyWordNet (pywordnet-2.0.1.ebuild,473 bytes, text/plain)
2008-08-24 13:47 UTC, Damien Szczyt
Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-14 13:48:20 UTC
Do you really think you raise anyones interest by dumping two urls?!
Comment 2 Stefan Behte (RETIRED) gentoo-dev Security 2008-07-14 18:04:22 UTC
Sorry, I was in a hurry and didn't think about it too much.

PyWordNet is a Python interface to the WordNet database of word meanings and lexical relationships (A lexical relationship is a relationship between words, such as synonym, antonym, hypernym  (“poodle” → “dog”), and hyponym (“poodle” → “dog”)).

PyWordNet presents a concise interface to WordNet, that allows the user to type expressions such as N['dog'], hyponyms(N['dog'][0]), and closure(ADJ['red'], SYNONYM) to query the database. 

>>> N['dog']
dog(n.)
>>> N['dog'].getSenses()
('dog' in {noun: dog, domestic dog, Canis familiaris},
 'dog' in {noun: frump, dog}, 'dog' in {noun: dog},
 'dog' in {noun: cad, bounder, blackguard, dog, hound, heel},
 'dog' in {noun: pawl, detent, click, dog},
 'dog' in {noun: andiron, firedog, dog, dogiron})
Comment 3 Damien Szczyt 2008-08-24 13:47:02 UTC
Created attachment 163710 [details]
Ebuild for PyWordNet

I needed PyWordNet, so I wrote an ebuild. It works for me on x86.
Comment 4 Petr Vaněk gentoo-dev 2022-07-07 09:04:16 UTC
Last release in 2004-07-19, upstream seems to be dead.