[hive-mrc] r636 committed - Added ability to set min occur during indexing/tagging

0 views
Skip to first unread message

hive...@googlecode.com

unread,
Jun 11, 2012, 3:25:11 PM6/11/12
to hive-c...@googlegroups.com
Revision: 636
Author: craig....@unc.edu
Date: Mon Jun 11 12:22:01 2012
Log: Added ability to set min occur during indexing/tagging
http://code.google.com/p/hive-mrc/source/detail?r=636

Modified:
/trunk/hive-core/test/edu/unc/ils/mrc/hive/api/TaggerTest.java

=======================================
--- /trunk/hive-core/test/edu/unc/ils/mrc/hive/api/TaggerTest.java Fri May
11 12:01:43 2012
+++ /trunk/hive-core/test/edu/unc/ils/mrc/hive/api/TaggerTest.java Mon Jun
11 12:22:01 2012
@@ -26,7 +26,7 @@
SKOSTagger tagger = server.getSKOSTagger(algorithm);
SKOSSearcher searcher = server.getSKOSSearcher();
String uri
= "http://ils.unc.edu/mrc/wp-content/uploads/2010/12/greenberg_jlm_sci_introduction.pdf";
- tagger.getTags(new URL(uri), vocabularies, searcher, 2, 10, true);
+ tagger.getTags(new URL(uri), vocabularies, searcher, 2, 10, true, 2);
//tagger.getTags(uri, vocabularies, searcher, 10);

}
Reply all
Reply to author
Forward
0 new messages