[hive-mrc] r584 committed - Changed MauiTopicExtractor to write URI to keyfile

0 views
Skip to first unread message

hive...@googlecode.com

unread,
Dec 16, 2011, 4:58:12 PM12/16/11
to hive-c...@googlegroups.com
Revision: 584
Author: craig....@unc.edu
Date: Fri Dec 16 13:50:50 2011
Log: Changed MauiTopicExtractor to write URI to keyfile
http://code.google.com/p/hive-mrc/source/detail?r=584

Modified:
/branches/hive-gwt-upgrade/hive-core/src/maui/main/MauiTopicExtractor.java

=======================================
---
/branches/hive-gwt-upgrade/hive-core/src/maui/main/MauiTopicExtractor.java
Fri Dec 16 11:16:43 2011
+++
/branches/hive-gwt-upgrade/hive-core/src/maui/main/MauiTopicExtractor.java
Fri Dec 16 13:50:50 2011
@@ -649,8 +649,9 @@
printer.print(term);
}
*/
- printer.print(topRankedInstances[i].
- stringValue(mauiFilter.getNormalizedFormIndex()));
+ printer.print(vocabulary.getIDFromPrefLabel(term));
+ //printer.print(topRankedInstances[i].
+ // stringValue(mauiFilter.getNormalizedFormIndex()));
printer.print("\t");
printer.print(Utils.
doubleToString(topRankedInstances[i].

Reply all
Reply to author
Forward
0 new messages