Open GoogleCodeExporter opened 8 years ago
Sorry, a mistake
>>>>>>>>
The version is Maui 1.1.
<<<<<<<
Original comment by cinl...@gmail.com
on 26 Aug 2009 at 8:04
I fixed the problem replacing line 1557:
anchor = new Anchor(form, textProcessor, wikipedia.getDatabase());
by:
anchor = new Anchor(form, null, wikipedia.getDatabase());
Don't know if that "TextProcessor" was important or not...
Original comment by cinl...@gmail.com
on 26 Aug 2009 at 8:58
In WikipediaMiner different kind of tables with pre-processed article titles
can be generated. When document
phrases are mapped to Wikipedia articles they can be case folded, stemmed etc.
Original comment by medel...@gmail.com
on 27 Aug 2009 at 8:52
Hi,
What is the best table to use for keyword extraction with the newly uploaded
MauiTopicExtractor model.
Thank you
Jason
Original comment by charlesj...@gmail.com
on 29 Sep 2010 at 6:35
In Wikipedia-miner, while creating and populating the tables using the
loadData() method in WikipediaDatabase.java, also uncomment the following line:
wikipedia.getDatabase().prepareForTextProcessor(new CaseFolder()) ;
This will create the tables anchor_CaseFolder and anchor_occurance_CaseFolder
and then Maui will build the model correctly.
Original comment by amrita.l...@gmail.com
on 23 Nov 2010 at 10:55
Original issue reported on code.google.com by
cinl...@gmail.com
on 26 Aug 2009 at 7:59Attachments: