文件名称:drill-twitter-text:一个Apache Drill UDF,用于通过twitter-text Java库(https
文件大小:119KB
文件格式:ZIP
更新时间:2024-05-18 21:39:28
twitter-text hashtags mentions apache-drill url-extractor
钻取推文 一个Apache Drill UDF,用于通过 Java库处理Twitter tweet文本。 UDFs tw_parse_tweet(string) :解析tweet文本并返回具有以下命名值的地图列: weightedLength :(整数)tweet的总长度,其中代码点按配置文件中定义的范围加权 permillage: (int) indicates the proportion (per thousand) of the weighted length in comparison to the max weighted length. A value > 1000 indicates input text that is longer than the allowable maximum. isValid :(布尔值)指示输入文本长度是否对应于有效结果。 displ
【文件预览】:
drill-twitter-text-master
----.gitignore(96B)
----Makefile(344B)
----src()
--------main()
----.classpath(2KB)
----LICENSE(10KB)
----.settings()
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.jdt.apt.core.prefs(67B)
--------org.eclipse.jdt.core.prefs(343B)
----pom.xml(2KB)
----README.md(3KB)
----target()
--------twitter-text-2.0.10.jar(96KB)
--------drill-twitter-text-1.0.jar(10KB)
--------drill-twitter-text-1.0-sources.jar(5KB)
----.project(547B)
----.vscode()
--------settings.json(66B)