An initial part of my project involves sense tagging each word in a sentence.
Input:- Sentence consisting of 6-7 words
Output:- Each word along with its sense.
Example:- Deposit money in the bank.
In above example bank could be a #1:financial institution or #2:a sloping landform next to water body. The WSD basically returns sence #1 as the sense. I want something that can perform this disambiguation of
words. Its alright if I get a implementation in any language, I can re-code it later.
I am aware of a tool called WordNet which might be usefull. But not much idea.
Probably too late but in case someone else looks at this answer.
Idilia offers an web service that does exactly what you are looking for and it's free for small monthly usage or experimentations into using word senses. Check out
Sense Analysis.
ogsim07
Participant
965 Points
732 Posts
Are you aware of any Word Sense Disambiguation tool/api?
Oct 31, 2012 07:05 AM|LINK
Hello,
An initial part of my project involves sense tagging each word in a sentence.
Input:- Sentence consisting of 6-7 words
Output:- Each word along with its sense.
Example:- Deposit money in the bank.
In above example bank could be a #1:financial institution or #2:a sloping landform next to water body. The WSD basically returns sence #1 as the sense. I want something that can perform this disambiguation of words. Its alright if I get a implementation in any language, I can re-code it later.
I am aware of a tool called WordNet which might be usefull. But not much idea.
Thanks.
DarrellNorto...
All-Star
86585 Points
9624 Posts
Moderator
MVP
Re: Are you aware of any Word Sense Disambiguation tool/api?
Oct 31, 2012 09:22 AM|LINK
Not sure of an API, but here is an article on using WordNet and a WordNet.Net open source tool:
http://www.codeproject.com/Articles/11835/WordNet-based-semantic-similarity-measurement
http://opensource.ebswift.com/WordNet.Net/Default.aspx
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.
PBelzile
Member
2 Points
1 Post
Re: Are you aware of any Word Sense Disambiguation tool/api?
Jan 28, 2013 03:36 PM|LINK
Probably too late but in case someone else looks at this answer.
Idilia offers an web service that does exactly what you are looking for and it's free for small monthly usage or experimentations into using word senses. Check out Sense Analysis.
Disclaimer: I work for Idilia.