1
vote
4answers
92 views
Does WordNet have “levels”? (NLP)
For example...
Chicken is an animal.
Burrito is a food.
WordNet allows you to do "is-a"...the hiearchy feature.
However, how do I know when to stop travelling up the tree? I wan …
0
votes
3answers
38 views
Display and pipe only a specific line of text from a stream
Here is a command line script for a dictionary lookup using Wordnet:
#!/bin/bash
# Command line look up using Wordnet - command line dictionary
echo "Type in your word:"
read wor …
1
vote
1answer
75 views
How to do case conversion in Prolog?
I'm interfacing with WordNet, and some of the terms I'd like to classify (various proper names) are capitalised in the database, but the input I get may not be capitalised properly …
0
votes
2answers
124 views
Wordnet lemmatizer
Hello every one....
i want to use the sql version of WordNet to find synonyms of a word...the problem is:
the lemmatization phase: how can i employ the Wordnet lemmatizer -which …
1
vote
3answers
140 views
WordNet code for NLP
hi there
Is there any code available to demonstrate Natural language processing using Wordnet?
My problem statment is "Develop a Query answering system .
It takes query string as …
3
votes
2answers
342 views
Finding related words (specifically physical objects) to a specific word
I am trying to find words (specifically physical objects) related to a single word. For example:
Tennis: tennis racket, tennis ball, tennis shoe
Snooker: snooker cue, snooker bal …
