简体   繁体   English

使用apache stanbol进行命名实体识别

[英]using apache stanbol for named entity recognition

I am working on a project for NER and I have to use Apache Stanbol. 我正在为NER开发项目,必须使用Apache Stanbol。 Installing it from maven by compiling whole source is a big task and time consuming. 通过编译整个源从maven安装它是一项艰巨的任务,而且很耗时。 Are there any prebuilt jars like Apache Solr which has 'start.jar' in which it come as a webapp with Jetty server? 是否有像Apache Solr这样的带有jar.start.jar的预先构建的jar,它与Jetty服务器一起作为webapp出现在其中? Because then I can run the server straight away and start sending http request along with my content. 因为这样我可以立即运行服务器,并开始发送http请求和我的内容。

It is also hard to find the tutorial for Apache Stanbol installation and where I find, it is using maven and compiling the whole source code. 在Apache Stanbol的安装指南中也很难找到,在哪里可以找到它正在使用maven并编译整个源代码。

ASF currently does not provide pre-built binaries. ASF当前不提供预构建的二进制文件。 But according to [1], IKS (Interactive Knowledge Stack) [2] project offers what you want. 但是根据[1],IKS(交互式知识堆栈)[2]项目可以提供您想要的东西。

The main resources of reference are the official Stanbol website [3] and the mail list(dev@stanbol.apache.org). 参考的主要资源是Stanbol官方网站[3]和邮件列表(dev@stanbol.apache.org)。 User issues are accepted in this dev mail group as Apache stanbol does not have a separate user mail list yet. 由于Apache stanbol还没有单独的用户邮件列表,因此该开发邮件组中接受了用户问题。

However, I recommend you to build from the source code. 但是,我建议您从源代码进行构建。

[1] http://stanbol.apache.org/downloads/launchers.html [1] http://stanbol.apache.org/downloads/launchers.html

[2] http://www.iks-project.eu [2] http://www.iks-project.eu

[3] http://stanbol.apache.org [3] http://stanbol.apache.org

Hope this helps. 希望这可以帮助。

You can find the pre built launchers here (served by IKS project). 您可以在此处找到预建的发射器(由IKS项目提供)。 You can run it as: 您可以将其运行为:

java -Xmx1g -XX:MaxPermSize=400m -jar org.apache.stanbol.launchers.full-{snapshot-version}-SNAPSHOT.jar

I'd also recommend this book (Instant Apache Stanbol, Packt Publishing). 我还会推荐本书(Instant Apache Stanbol,Packt Publishing)。 The have a section on installation, which includes compiling using maven and also running using the jar file. 其中有一个关于安装的部分,其中包括使用maven进行编译以及也使用jar文件运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM