Project

General

Profile

Getting Started » History » Version 2

Version 1 (Prokopis Prokopidis, 2012-10-23 08:27 PM) → Version 2/167 (Prokopis Prokopidis, 2012-10-24 05:27 PM)

h1. Getting Started

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

<pre>
Place you code here.
</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>