📄 readme.carrot2.txt
字号:
Carrot2 Web Search Clustering Engine------------------------------------This archive contains a web-based application for clustering search resultsbased on the clustering algorithms available in the Carrot2 Framework(http://www.carrot2.org).Requirements------------The application requires: * Java Runtime Environment (JRE) version 1.4.2 or newer: http://java.sun.com/javase/downloads/index.jsp * Tomcat servlet container: http://tomcat.apache.org/download-55.cgiInstallation and running------------------------read Installation nodes first.1. Copy the carrot2-demo-webapp.war file to Tomcat's webapps/ directory.2. Start Tomcat.3. Access: http://localhost:8080/carrot2-demo-webapp/Installation notes------------------1. Be aware of query encoding issues. See the FAQ at:http://project.carrot2.org/faq.html#corrupted-characters2. For Google API input component, you need to define 'googleapi.keypool'system property pointing at a folder where GoogleAPI keys can be found. Eachkey file in that folder should have a ".key" extension and consist of a singleGoogleAPI key (one per file).You can pass a JVM system property to Tomcat by defining CATALINA_OPTS:CATALINA_OPTS=-Dgoogleapi.keypool=[absolute-path]3. Carrot2 uses Log4j logging extensively. Log4j is by default included in theWeb application (WEB-INF/lib folder) and defines a default logging configurationthat places logging statements in Catalina's /log folder. If you plan to deploymore than one application that uses Log4j, you may encounter class loading problems.This is an advanced topic -- search mailing list archives for Log4j, Apache Commons Loggingand Tomcat issues.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -