Getting Started » History » Version 6
Version 5 (Prokopis Prokopidis, 2012-10-24 09:24 PM) → Version 6/167 (Prokopis Prokopidis, 2012-10-24 09:25 PM)
h1. Getting Started
Once you [[DeveloperSetup|build]] or [[HowToGet|download]] an ilsp-fc runnable jar, you can run it like this
<pre>
<code class="bash">
java -jar my.jar</code></pre> my.jar
</code>
</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>
Once you [[DeveloperSetup|build]] or [[HowToGet|download]] an ilsp-fc runnable jar, you can run it like this
<pre>
<code class="bash">
java -jar my.jar</code></pre> my.jar
</code>
</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>