Project

General

Profile

Getting Started » History » Version 10

Version 9 (Prokopis Prokopidis, 2012-10-24 09:31 PM) → Version 10/167 (Prokopis Prokopidis, 2012-10-24 09:33 PM)

h1. Getting Started

Once you [[DeveloperSetup|build]] or [[HowToGet|download]] an ilsp-fc runnable jar, you can run it like this

<pre><code>java -jar lsp-fc-1.1-jar-with-dependencies.jar</code></pre> my.jar&lt;/code&gt;&lt;/pre&gt;

h2. Run a monolingual crawl

h2. Run a bilingual crawl

h2. Example of java code

<pre>
<code class="java">
package gr.ilsp.fmc.classifier;

public enum ClassifierCounters {
CLASSIFIER_DOCUMENTS_PASSED, // successfully classified a document.
CLASSIFIER_DOCUMENTS_FAILED, // failed to classify a document
CLASSIFIER_DOCUMENTS_ABORTED,
CLASSIFIER_TIME
}</code></pre>

<pre>
<code class="xml">
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<agent>
<email>yourmail@mail.com</email>
<web_address>www.youraddress.com</web_address>
</agent>
</configuration></code></pre>