dumpparser:Go 中的 MediaWiki 转储解析器

时间:2021-06-09 08:24:58
【文件属性】:
文件名称:dumpparser:Go 中的 MediaWiki 转储解析器
文件大小:167KB
文件格式:ZIP
更新时间:2021-06-09 08:24:58
Go 用于语义化的*转储解析器 该程序通过语义化来解析*数据库转储以供使用。 安装 确保您有 Go 编译器(1.2 或更新版本)和 Git。 在 Debian/Ubuntu/Mint 上,这是: sudo apt-get install git golang-go 在 CentOS 上: sudo yum -y install git golang 设置一个 Go 工作区,如果你还没有的话。 例如: mkdir /some/where/go cd /some/where/go export GOPATH=$(pwd) 获取并编译: go get github.com/semanticize/st go install github.com/semanticize/st/dumpparser go install github.com/semanticize/st/semant
【文件预览】:
dumpparser-master
----README.rst(1KB)
----.travis.yml(42B)
----LICENSE(11KB)
----semanticizest()
--------semanticizer_test.go(545B)
--------webserver.go(1KB)
--------main.go(1KB)
--------semanticizer.go(1KB)
----hash()
--------countmin()
--------ngrams.go(760B)
--------ngrams_test.go(4KB)
----.gitignore(373B)
----storage()
--------database.go(6KB)
--------database_test.go(3KB)
----nlp()
--------tokenize_test.go(1KB)
--------tokenize.go(551B)
----dumpparser()
--------main.go(5KB)
--------main_test.go(949B)
--------wikidump()

网友评论