首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个java包装uclassify API。

一个java包装uclassify API。

  • 资源大小:5.37 MB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: jaxb uClassify text-classification

资 源 简 介

This project provides a Java wrapper for uClassify API. Example Usage: final UClassifyClientFactory factory = UClassifyClientFactory.newInstance(readKeyValue, null);final UClassifyClient client = factory.createUClassifyClient();List informations = client.getInformation("uClassify", "Topics");System.out.println("===================== Classifier Info ========================");System.out.println("Class Name:Total Count:Unique Features");for (ClassInformation classInformation : informations) { System.out.println(classInformation.getClassName() + ":" + classInformation.getTotalCount() + ":" + classInformation.getUniqueFeatures());}Map classifications = client.classify("uClassify", "Topics", Arrays.asList("I am working on hadoop."));System.out.println("================ Classifications ==================");for(String text :

文 件 列 表

.classpath
.project
build.xml
manifest.mf
pom.xml
core
src
examples
java
com
google
code
uclassify
client
src
main
java
com
uclassify
api
_1
requestschema
AddClass.java
examples
ClassifierExample.java
ClassifyExample.java
TrainExample.java
ClassifierExample.html
ClassifyExample.html
TrainExample.html
package-frame.html
package-summary.html
package-tree.html
package-use.html
java
com
google
code
uclassify
client
AsyncUClassifyClient.java
SchemaElementFactory.java
UClassifyAuthenticationClient.java
UClassifyClient.java
UClassifyClientFactory.java
UClassifyCommunicationClient.java
UClassifyConsumer.java
UClassifyException.java
UClassifyClientTest.java
UClassifyJaxbClientTest.java
AsyncUClassifyClient.html
SchemaElementFactory.html
UClassifyAuthenticationClient.html
UClassifyClient.html
UClassifyClientFactory.html
UClassifyClientTest.html
UClassifyCommunicationClient.HttpMethod.html
UClassifyCommunicationClient.html
UClassifyConsumer.html
UClassifyException.html
UClassifyJaxbClientTest.html
package-frame.html
package-summary.html
package-tree.html
package-use.html
dev-lib
jaxb-xjc.jar
junit-4.5.jar
kxml2-2.3.0.jar
dist
uclassify-java-sdk.jar
doc
allclasses-frame.html
allclasses-noframe.html
com
google
code
uclassify
client
constant-values.html
deprecated-list.html
help-doc.html
index-files
index-1.html
index.html
org
w3
_2001
xmlschema
Adapter1.html
overview-frame.html
overview-summary.html
overview-tree.html
package-list
resources
inherit.gif
serialized-form.html
stylesheet.css
jaxb-lib
License.txt
activation.jar
jaxb-api.jar
jaxb-impl.jar
jaxb1-impl.jar
jsr173_1.0_api.jar
lib
commons-cli-1.2.jar
schema
src
main
java
com
uclassify
api
_1
requestschema
Classify.java
VIP VIP
0.177015s