Share on Facebook Share on Twitter Email
Answers.com

EXtended WordNet

 
Wikipedia: EXtended WordNet

The eXtended WordNet is a project at the University of Texas at Dallas (and funded by the National Science Foundation) which aims to improve WordNet by semantically parsing the glosses, thus making the information contained in these definitions available for automatic knowledge processing systems. It is freely available under a BSD style license. Although it has not been updated since November 2004 (the most recent version is based on WordNet 2.0), it still remains a useful resource.

Contents

Database format

The database is available as a set of four XML files - one each for verbs, adverbs, nouns and adjectives. The following information is extracted from the glosses:


As an example, the following information is available for the synset excellent, first-class, fantabulous:

Gloss:

 of the highest quality

Word sense disambiguation:

 <wf pos="IN" >of</wf>
 <wf pos="DT" >the</wf>
 <wf pos="JJS" lemma="highest" quality="normal" wnsn="1" >highest</wf>
 <wf pos="NN" lemma="quality" quality="normal" wnsn="2" >quality</wf>

Parse tree:

 (TOP (S (NP (JJ excellent) )
         (VP (VBZ is)
             (NP (NP (NN something) )
                 (PP (IN of)
                     (NP (DT the) (JJS highest) (NN quality) ) ) ) )
         (. .) ) )

Logic form:

 excellent:JJ(x1) -> of:IN (x1, x2) highest:JJ(x2) quality:NN(x2)

Data quality

Each gloss is first tagged using Brill's tagger. The glosses are then parsed using both Charniak's parser and an in-house Collins' style parser. Each parsed gloss is then assigned a level of quality:

  • Gold: those which have been manually checked
  • Silver: those in which both parsers have produced the same output
  • Normal: those in which different outputs have been produced - in these situations the output of the in-house parser is used

References

External links

Page currently not available


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 
Learn More
WordNet

What rhymes with extending? Read answer...
What is a extender player? Read answer...
How does an arm extend? Read answer...

Help us answer these
Why is extended school day extended?
How do you extend orgasims?
What is a fuel extended?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "EXtended WordNet" Read more