Project

General

Profile

Getting Started » History » Version 4

Version 3 (Prokopis Prokopidis, 2012-10-24 08:05 PM) → Version 4/167 (Prokopis Prokopidis, 2012-10-24 09:02 PM)

h1. Getting Started

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

<pre>
&lt;code class=&quot;bash&quot;&gt;
java -jar my.jar my.jar&lt;/code&gt;
</pre>

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>