Results 1 to 9 of 9
- 02-18-2011, 06:27 AM #1
Member
- Join Date
- Feb 2011
- Posts
- 11
- Rep Power
- 0
Help with document summarizer in WordNet
Hello everyone, i an new member in this forum..a final year engg student..my project in final year is Document Based Summarizer using WordNet..which I am developing using Eclipse..
up until now i am very confused on WHERE to start..??? i have downloaded JWNL and integrated for us in Eclipse..I want to using Swings for the UI...but havent yet started with it..also, i have NO CLUE about how to work with WordNet and all..
i would request anyone where who is an expert with NLP in Java to help me out..its a cry for help..coz I dont have much time..
- 02-18-2011, 07:11 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,385
- Blog Entries
- 7
- Rep Power
- 17
- 02-19-2011, 07:09 AM #3
Member
- Join Date
- Feb 2011
- Posts
- 11
- Rep Power
- 0
plz dont discourage me like this yaar...i have come here for guidance of some sort..i dotn have time..means i dont have 3-4 months..max 45 days, i what i have..i know if i wor hard and devote some time..it is possible to develop my project..
- 02-23-2011, 05:48 AM #4
Senior Member
- Join Date
- Feb 2011
- Posts
- 118
- Rep Power
- 0
- 02-24-2011, 03:14 PM #5
Member
- Join Date
- Feb 2011
- Posts
- 11
- Rep Power
- 0
@nrith thanks for replying with at least some hope...i dont need a summarizer with great value..i just need to build a working summarizer..with sufficient enough level..not too high value...it should work, generate a summary, that is my first requirement...can u help me where to start?? plz??
- 02-24-2011, 06:47 PM #6
Senior Member
- Join Date
- Feb 2011
- Posts
- 118
- Rep Power
- 0
Ugh. This is all I'm going to tell you.
WordNet is a lookup tool. Pass in a word, and you'll get back synonyms and antonyms. The JWNL docs are SourceForge.net: Developer's Cookbook; - jwordnet I suggest you start there.
I'm not entirely sure how WN will help you write a summarizer, or, to put it another way, it may be useful, but not as the primary tool for generating summaries.
- 02-25-2011, 05:33 AM #7
Member
- Join Date
- Feb 2011
- Posts
- 11
- Rep Power
- 0
thx for this link..i do have an algorithm..which uses wordnet to extract a subgraph of synsets from wordnet..these synsets are ranked usinng a technique..which i forogt..but i do have the document of algorithm..then a 2D matrix is prepared for synsets vs. sentences..which says whatynset is closer to wich sentence..den we use PCA (principle component analysis) to extract most important sentences for the summary...so wordnet is not entriely for summarization..it is just for "domain extraction"..
see this link for the algo Generic Text Summarization using WordNet
- 02-25-2011, 05:43 AM #8
Senior Member
- Join Date
- Feb 2011
- Posts
- 118
- Rep Power
- 0
That's actually a good plan.
- 11-14-2012, 07:33 AM #9
Member
- Join Date
- Mar 2012
- Posts
- 15
- Rep Power
- 0
Re: Help with document summarizer in WordNet
You can check out this blog for help although it does not contain instructions on using WordNet yet.
Similar Threads
-
java wordnet
By lavanya2290 in forum New To JavaReplies: 1Last Post: 09-26-2009, 02:33 PM -
Connection to WordNet with JWNL
By marlborino in forum New To JavaReplies: 2Last Post: 06-10-2008, 02:04 PM -
Building a document from a DOM
By Java Tip in forum Java TipReplies: 0Last Post: 01-03-2008, 09:22 AM -
Need help with Document interface
By cbalu in forum AWT / SwingReplies: 1Last Post: 11-30-2007, 11:03 PM -
add a xml document
By Jack in forum XMLReplies: 2Last Post: 07-04-2007, 09:21 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks