<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to TryIt</title><link>https://sourceforge.net/p/arcomem/wiki/TryIt/</link><description>Recent changes to TryIt</description><atom:link href="https://sourceforge.net/p/arcomem/wiki/TryIt/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 26 Feb 2014 23:50:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/arcomem/wiki/TryIt/feed" rel="self" type="application/rss+xml"/><item><title>TryIt modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/TryIt/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -7,7 +7,7 @@
 with source code.

 The ARCOMEM system was tested under Debian Squeeze, with Cloudera's Hadoop and
-HBase CDH 4.4.0, Oracle's Java 1.7 JDK and python 2.6.
+HBase CDH 4.5.0, Oracle's Java 1.7 JDK and python 2.6.

 # Crawler and Analysis Packages

@@ -32,13 +32,28 @@
 * [Hadoop and HBase](HadoopHBase);
 * the [Triple Store](KB) (our RDF store based on HBase, here used to serve
   the [ICS](CrawlSpec));
-* [setting up the ICS by hand](KB.html#Python_interface) or using the
-  [Crawler cockpit](Cockpit);
-* the [Online analysis](OnlineQuickStart);
+* [setting up the ICS by hand](KB.html#Python_interface) (requires the
+  `rdfstore` sources) or using the [Crawler cockpit](Cockpit) (requires
+  the `cockpit` sources);
 * [Adaptive Heritrix](AdaptiveHeritrix);
-* and optionally, the [API crawler](APICrawler) to get many relevant seeds
+* optionally, the [API crawler](APICrawler) to get many relevant seeds
   from social sites quickly; note that many offline modules also work
-  specifically on social sites content.
+  specifically on social sites content;
+* the [Online analysis](OnlineQuickStart).
+
+**Quick start**: get the JDK and `hadoop_hbase_setup.sh`, put them under
+root's home and follow the set-up instructions of the first component above.
+
+Put in `hbase`'s home `zookeeper-3.4.3_light.tar.gz`, `ApiCalls.tgz` and
+`H2RDF.jar`, and follow the set-up instructions of the second component.
+
+You will also need the latest `rdfstore` or `cockpit` sources.
+
+Install the adaptive Heritrix and install the cron job to move the WARCs.
+
+Lastly, put in `hbase`'s home `arcomem-framework.online.tgz`, and follow the
+installation instructions (section "Analysis side", no configuration
+modification is needed if you are running everything locally).

 ## Offline Analysis

@@ -65,12 +80,12 @@

 ### Set-up

-Quick start: get the JDK and `hadoop_hbase_setup.sh`, put them under root's
-home and follow the set-up instructions of the first component below. Create an
-arcomem user and put in his home `zookeeper-3.4.3_light.tar.gz` and
-`H2RDF.jar`, and follow the set-up instructions of the second
-component. Lastly, put in hbase's home `sample_af_export.warc.gz` and
-`arcomem-framework.offline.tgz`, and run the commands below.
+**Quick start**: get the JDK and `hadoop_hbase_setup.sh`, put them under root's
+home and follow the set-up instructions of the first component below.  Put in
+`hbase`\s home `zookeeper-3.4.3_light.tar.gz`, `H2RDF.jar` and `ApiCalls.tgz`,
+and follow the set-up instructions of the second component. Lastly, put in
+hbase's home `sample_af_export.warc.gz` and `arcomem-framework.offline.tgz`,
+and run the commands below.

 Components:

@@ -135,19 +150,19 @@

 ## ARCOMEM Lightweight Semantic Analysis (ARCOLight)

-ARCOMEM Lightweight Semantic Analysis (ARCOLight) is an autonomous system for
-the extraction of semantic information and their linked data enrichment. It
-consists of two main components, which manage the extraction of named entities
-from archived websites and the enrichment of these entities with semantic
-information. ARCOLight does not depend on any external systems. This allows
-users to easily install and run it on existing Web archives. ARCOLight takes a
-collection of WARC files as input and produces RDF with extracted information
-as output. This allows the users to integrate the generated information into
-their systems by using existing tools. The incorporation of knowledge bases
-during the enrichment process can either be performed online or offline, after
-downloading a dump of the needed data. This makes ARCOLight a flexible,
-lightweight as well as portable system. It is easy to deploy and works without
-any technical prerequisites.
+ARCOMEM Lightweight Semantic Analysis (ARCOLight) is an autonomous system
+for the extraction of semantic information and their linked data enrichment.
+It consists of two main components, which manage the extraction of named
+entities from archived websites and the enrichment of these entities with
+semantic information. ARCOLight does not depend on any external systems.
+This allows users to easily install and run it on existing Web archives.
+ARCOLight takes a collection of WARC files as input and produces an output
+with extracted information in XML as well as RDF/Turtle format. This allows
+the users to integrate the generated information into their systems by using
+existing tools. ArcoLight incorporates online knowledge bases during the
+enrichment process and does not depend on any offline versions to be
+available. This makes ARCOLight a flexible, lightweight as well as portable
+system. It is easy to deploy and works without any technical prerequisites.

 ## ARCOMEM Named Entity Evolution Recognizer (NEER)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Wed, 26 Feb 2014 23:50:49 -0000</pubDate><guid>https://sourceforge.net58056e353f1551e2f21b15d9d8030cbfc8f82dc5</guid></item><item><title>TryIt modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/TryIt/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Wed, 26 Feb 2014 11:09:39 -0000</pubDate><guid>https://sourceforge.net86cb3358d404eb9696515db3f1a0aaf649a6a297</guid></item><item><title>TryIt modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/TryIt/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -70,7 +70,7 @@
 arcomem user and put in his home `zookeeper-3.4.3_light.tar.gz` and
 `H2RDF.jar`, and follow the set-up instructions of the second
 component. Lastly, put in hbase's home `sample_af_export.warc.gz` and
-`arcomem-framework.tgz`, and run the commands below.
+`arcomem-framework.offline.tgz`, and run the commands below.

 Components:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Thu, 20 Feb 2014 10:34:06 -0000</pubDate><guid>https://sourceforge.net6b85288cae46a635fe97d7b083520863c7aabd30</guid></item><item><title>TryIt modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/TryIt/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -66,10 +66,11 @@
 ### Set-up

 Quick start: get the JDK and `hadoop_hbase_setup.sh`, put them under root's
-home and follow the set-up instructions of the first item. Then, create an
-arcomem user, put in his home `zookeeper-3.4.3_light.tar.gz` and `H2RDF.jar`,
-and follow the set-up instructions of the second item. Lastly, put in arcomem's
-home `arcomem-framework.tgz`, and `sample.warc.gz`, and run the commands below.
+home and follow the set-up instructions of the first component below. Create an
+arcomem user and put in his home `zookeeper-3.4.3_light.tar.gz` and
+`H2RDF.jar`, and follow the set-up instructions of the second
+component. Lastly, put in hbase's home `sample_af_export.warc.gz` and
+`arcomem-framework.tgz`, and run the commands below.

 Components:

@@ -77,20 +78,19 @@
 * the [Triple Store](KB);
 * the [offline framework](OfflineAnalysis).

-Offline quick start steps:
+Offline quick start steps, as user hbase:

-    tar xzf arcomem-framework.tgz
+    tar xzf arcomem-framework.offline.tgz
     cd arcomem-framework

     # load some WARC content into HBase
     PATH=$PATH:$PWD/ingestion_scripts/hbase_side
-    hadoop fs -copyFromLocal ~/sample.warc.gz /exchange/import/test/
+    hadoop fs -copyFromLocal ~/sample_af_export.warc.gz /exchange/import/test/
     cd ingestion_scripts/hbase_side
     ./load_warcs test test test bulk_load

     # build an off-line configuration and run it
-    cd ../..
-    cd configurations
+    cd ../../configurations
     ./build_conf.sh test localhost test_kb gate &gt; test_gate.xml
     cd ..
     tools/run_combined_off-line configurations/test_gate.xml
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Thu, 20 Feb 2014 00:17:26 -0000</pubDate><guid>https://sourceforge.net581765b69b2cabdd13badefc5775a36b80e1e660</guid></item><item><title>TryIt modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/TryIt/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,8 +6,8 @@
 major packages will be released in the coming weeks as pre-compiled packages
 with source code.

-The ARCOMEM system was tested under Debian Squeeze, with Cloudera\'s Hadoop and
-HBase CDH 4.4.0, Oracle\'s Java 1.7 JDK and python 2.6.
+The ARCOMEM system was tested under Debian Squeeze, with Cloudera's Hadoop and
+HBase CDH 4.4.0, Oracle's Java 1.7 JDK and python 2.6.

 # Crawler and Analysis Packages

@@ -129,7 +129,7 @@

 Since the major tools released by ARCOMEM are based on Apache Hadoop and HBase
 require therefore installation ad handling of many additional libraries the
-ARCOMEM consortium decided to release \"light\" version of certain tools. This
+ARCOMEM consortium decided to release "light" version of certain tools. This
 will allow users to easily try some ARCOMEM analysis tools without the burden
 of complex system handling.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Wed, 19 Feb 2014 01:11:16 -0000</pubDate><guid>https://sourceforge.net0e8f7c9478a531ce3f6e317c944c2f1bd915bdcf</guid></item><item><title>TryIt modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/TryIt/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The whole system based on the Heritrix crawler is released as open source to&lt;br /&gt;
the public. Since many components or composite tools are of interest also for&lt;br /&gt;
other areas and usage scenarios, the ARCOMEM consortium defined a number of&lt;br /&gt;
pre-packaged tools which can be used independently from each other. By&lt;br /&gt;
combining all packages the full ARCOMEM system can be built. The following&lt;br /&gt;
major packages will be released in the coming weeks as pre-compiled packages&lt;br /&gt;
with source code.&lt;/p&gt;
&lt;p&gt;The ARCOMEM system was tested under Debian Squeeze, with Cloudera\'s Hadoop and&lt;br /&gt;
HBase CDH 4.4.0, Oracle\'s Java 1.7 JDK and python 2.6.&lt;/p&gt;
&lt;h1 id="crawler-and-analysis-packages"&gt;Crawler and Analysis Packages&lt;/h1&gt;
&lt;h2 id="guided-crawling-adapted-heritrix-plus-online-analysis"&gt;Guided crawling: Adapted Heritrix plus Online Analysis&lt;/h2&gt;
&lt;p&gt;This package includes an adapted version of the Heritrix crawler that allows a&lt;br /&gt;
prioritisation of the crawler queue as well as a basic online analysis of&lt;br /&gt;
crawled content. The crawler takes an intelligent crawl specification (ICS)&lt;br /&gt;
created by hand or, optionally, with the crawler cockpit by the Crawler Cockpit&lt;br /&gt;
(s. applications below) and uses the results of the online analysis for crawler&lt;br /&gt;
guidance. The guidance is based on keywords and entities as specified in the&lt;br /&gt;
ICS. Identified links on pages are ranked wrt. coverage of page compared to the&lt;br /&gt;
crawl specification. The results of the crawl are focused Web archives.&lt;/p&gt;
&lt;p&gt;This package contains in addition the ARCOMEM API crawler for crawling social&lt;br /&gt;
media sites like Twitter, YouTube or Facebook. Links mentioned in social media&lt;br /&gt;
documents, tweets, etc. are extracted and analysed and used as an initial&lt;br /&gt;
seed list for the adaptive Heritrix crawler as described above.&lt;/p&gt;
&lt;h3 id="set-up"&gt;Set-up&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="/p/arcomem/wiki/HadoopHBase/"&gt;Hadoop and HBase&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;the &lt;a class="" href="/p/arcomem/wiki/KB/"&gt;Triple Store&lt;/a&gt; (our RDF store based on HBase, here used to serve&lt;br /&gt;
  the &lt;a class="" href="/p/arcomem/wiki/CrawlSpec/"&gt;ICS&lt;/a&gt;);&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../KB.html#Python_interface"&gt;setting up the ICS by hand&lt;/a&gt; or using the&lt;br /&gt;
&lt;a class="" href="/p/arcomem/wiki/Cockpit/"&gt;Crawler cockpit&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;the &lt;a class="" href="/p/arcomem/wiki/OnlineQuickStart/"&gt;Online analysis&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="/p/arcomem/wiki/AdaptiveHeritrix/"&gt;Adaptive Heritrix&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;and optionally, the &lt;a class="" href="/p/arcomem/wiki/APICrawler/"&gt;API crawler&lt;/a&gt; to get many relevant seeds&lt;br /&gt;
  from social sites quickly; note that many offline modules also work&lt;br /&gt;
  specifically on social sites content.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="offline-analysis"&gt;Offline Analysis&lt;/h2&gt;
&lt;p&gt;The Offline Analysis package performs various kinds of analysis on Web archive&lt;br /&gt;
content. The results of the analysis are collected in the H2RDF store and can&lt;br /&gt;
either be directly accessed by applications or exported as serialised RDF for&lt;br /&gt;
archiving or further usage. The following analysis modules are provided:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Semantic Analysis&lt;/strong&gt;: Named entities recognition, Event detection, Opinion&lt;br /&gt;
  mining (all based on GATE), Topic detection, Linked Data Enrichments and&lt;br /&gt;
  Consolidation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Social Web Analysis&lt;/strong&gt;: Cultural analysis of Twitter, News comment and tweet&lt;br /&gt;
  diversification, social search, trending topics detection, Twitter dynamics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multimedia Analysis&lt;/strong&gt;: Face detection from images and videos, duplicate&lt;br /&gt;
  video detection, opinion identification from images.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The packages described above have been developed for medium and large scale&lt;br /&gt;
crawls and content collections in mind. Therefore the ARCOMEM system follows&lt;br /&gt;
the Map Reduce paradigm in order easily distribute the processing among hosts&lt;br /&gt;
within a computing cluster. Apache Hadoop is used as the Map Reduce framework&lt;br /&gt;
complemented with HBase for content handling. H2RDF is a RDF triple store&lt;br /&gt;
developed on top of HBase that allows the storage and handling of large amounts&lt;br /&gt;
of extracted meta information.&lt;/p&gt;
&lt;h3 id="set-up_1"&gt;Set-up&lt;/h3&gt;
&lt;p&gt;Quick start: get the JDK and &lt;code&gt;hadoop_hbase_setup.sh&lt;/code&gt;, put them under root's&lt;br /&gt;
home and follow the set-up instructions of the first item. Then, create an&lt;br /&gt;
arcomem user, put in his home &lt;code&gt;zookeeper-3.4.3_light.tar.gz&lt;/code&gt; and &lt;code&gt;H2RDF.jar&lt;/code&gt;,&lt;br /&gt;
and follow the set-up instructions of the second item. Lastly, put in arcomem's&lt;br /&gt;
home &lt;code&gt;arcomem-framework.tgz&lt;/code&gt;, and &lt;code&gt;sample.warc.gz&lt;/code&gt;, and run the commands below.&lt;/p&gt;
&lt;p&gt;Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="/p/arcomem/wiki/HadoopHBase/"&gt;Hadoop and HBase&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;the &lt;a class="" href="/p/arcomem/wiki/KB/"&gt;Triple Store&lt;/a&gt;;&lt;/li&gt;
&lt;li&gt;the &lt;a class="" href="/p/arcomem/wiki/OfflineAnalysis/"&gt;offline framework&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Offline quick start steps:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;tar&lt;/span&gt; &lt;span class="n"&gt;xzf&lt;/span&gt; &lt;span class="n"&gt;arcomem&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;framework&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;tgz&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;arcomem&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;framework&lt;/span&gt;

&lt;span class="cp"&gt;# load some WARC content into HBase&lt;/span&gt;
&lt;span class="n"&gt;PATH&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="n"&gt;PATH&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="n"&gt;PWD&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;ingestion_scripts&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;hbase_side&lt;/span&gt;
&lt;span class="n"&gt;hadoop&lt;/span&gt; &lt;span class="n"&gt;fs&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;copyFromLocal&lt;/span&gt; &lt;span class="o"&gt;~/&lt;/span&gt;&lt;span class="n"&gt;sample&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;warc&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gz&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;exchange&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;import&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;test&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;ingestion_scripts&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;hbase_side&lt;/span&gt;
&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;load_warcs&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt; &lt;span class="n"&gt;bulk_load&lt;/span&gt;

&lt;span class="cp"&gt;# build an off-line configuration and run it&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="p"&gt;..&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="p"&gt;..&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;configurations&lt;/span&gt;
&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;build_conf&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt; &lt;span class="n"&gt;localhost&lt;/span&gt; &lt;span class="n"&gt;test_kb&lt;/span&gt; &lt;span class="n"&gt;gate&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;test_gate&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;xml&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="p"&gt;..&lt;/span&gt;
&lt;span class="n"&gt;tools&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;run_combined_off&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;line&lt;/span&gt; &lt;span class="n"&gt;configurations&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;test_gate&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;xml&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;You can follow the map-reduce job at &lt;a href="http://localhost:50030/." rel="nofollow"&gt;http://localhost:50030/.&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="applications"&gt;Applications&lt;/h1&gt;
&lt;p&gt;Within ARCOMEM two major applications have been developed for crawler handling&lt;br /&gt;
and Web archive access:&lt;/p&gt;
&lt;h2 id="crawler-cockpit"&gt;Crawler Cockpit&lt;/h2&gt;
&lt;p&gt;The crawler cockpit offers integrated features managed through a web&lt;br /&gt;
interface. It manages the main part of the Web Archiving process: creating and&lt;br /&gt;
launching campaigns, and viewing statistics about the crawls. A campaign is&lt;br /&gt;
described by an intelligent crawl definition, which associates content target&lt;br /&gt;
to crawl parameters (schedule and technical parameters). The content definition&lt;br /&gt;
is made of: distinct named entities (e.g. person, place, and organisation),&lt;br /&gt;
time period, free keywords, social media categories, etc.. At the end of the&lt;br /&gt;
crawls, users get access to an overview of the data collected through different&lt;br /&gt;
widgets.&lt;/p&gt;
&lt;h2 id="sara-search-and-retrieval-application"&gt;SARA – Search and Retrieval Application&lt;/h2&gt;
&lt;p&gt;The Search and Retrieval Application (SARA) is a web application that provides&lt;br /&gt;
an intuitive user interface for search and retrieval of archived web&lt;br /&gt;
documents. It enables users to full-text search and semantic queries to an&lt;br /&gt;
incredibly fast indexed archive. The raw content and the semantic metadata are&lt;br /&gt;
indexed in Solr. Free text search as well as query enabled semantic search&lt;br /&gt;
comprised the search functionality. The returned results are web resources that&lt;br /&gt;
match the search string. The results can be further refined various facets like&lt;br /&gt;
topics, entities, opinions, etc.&lt;/p&gt;
&lt;h1 id="arcomem-light-tools"&gt;ARCOMEM Light Tools&lt;/h1&gt;
&lt;p&gt;Since the major tools released by ARCOMEM are based on Apache Hadoop and HBase&lt;br /&gt;
require therefore installation ad handling of many additional libraries the&lt;br /&gt;
ARCOMEM consortium decided to release \"light\" version of certain tools. This&lt;br /&gt;
will allow users to easily try some ARCOMEM analysis tools without the burden&lt;br /&gt;
of complex system handling.&lt;/p&gt;
&lt;h2 id="arcomem-lightweight-semantic-analysis-arcolight"&gt;ARCOMEM Lightweight Semantic Analysis (ARCOLight)&lt;/h2&gt;
&lt;p&gt;ARCOMEM Lightweight Semantic Analysis (ARCOLight) is an autonomous system for&lt;br /&gt;
the extraction of semantic information and their linked data enrichment. It&lt;br /&gt;
consists of two main components, which manage the extraction of named entities&lt;br /&gt;
from archived websites and the enrichment of these entities with semantic&lt;br /&gt;
information. ARCOLight does not depend on any external systems. This allows&lt;br /&gt;
users to easily install and run it on existing Web archives. ARCOLight takes a&lt;br /&gt;
collection of WARC files as input and produces RDF with extracted information&lt;br /&gt;
as output. This allows the users to integrate the generated information into&lt;br /&gt;
their systems by using existing tools. The incorporation of knowledge bases&lt;br /&gt;
during the enrichment process can either be performed online or offline, after&lt;br /&gt;
downloading a dump of the needed data. This makes ARCOLight a flexible,&lt;br /&gt;
lightweight as well as portable system. It is easy to deploy and works without&lt;br /&gt;
any technical prerequisites.&lt;/p&gt;
&lt;h2 id="arcomem-named-entity-evolution-recognizer-neer"&gt;ARCOMEM Named Entity Evolution Recognizer (NEER)&lt;/h2&gt;
&lt;p&gt;NEER is an unsupervised method for named entity evolution recognition&lt;br /&gt;
independent of external knowledge sources. It finds time periods with high&lt;br /&gt;
likelihood of evolution. By analysing only these time periods using a sliding&lt;br /&gt;
window co-occurrence method it captures evolving terms in the same&lt;br /&gt;
context. Thus it avoids comparing terms from widely different periods in time&lt;br /&gt;
and overcome a severe limitation of existing methods for named entity&lt;br /&gt;
evolution.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Wed, 19 Feb 2014 01:00:29 -0000</pubDate><guid>https://sourceforge.netdd1c50b7714bb445f9b12d54eef8557c9ecc84f9</guid></item></channel></rss>