Difference between revisions of "Automatic key extraction full example"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'We'll use agrovoc for testing purposes, you can downloading from http://oaei.ontologymatching.org/2007/environment/ please read terms of use. Category: Installation Guide […')
 
Line 1: Line 1:
 +
== SVN modules checkout ==
 +
 +
To creating KEA model must checkout openkm and thesaurus modules:
 +
 +
Select the svn type and type the url https://openkm.svn.sourceforge.net/svnroot/openkm/trunk/openkm to refer openkm:
 +
 +
Select the svn type and type the url https://openkm.svn.sourceforge.net/svnroot/openkm/trunk/thesausus to refer thesaurus:
 +
 +
 +
== Installing openkm classes into maven repository ==
 +
 +
Ensure you've intalled openkm into your local maven repository, to ensure it you can execute the command:
 +
 +
mvn clean package install -Dmaven.test.skip=true
 +
 +
 +
== Donwloading AGROVOC thesaurus ==
 
We'll use agrovoc for testing purposes, you can downloading from http://oaei.ontologymatching.org/2007/environment/ please read terms of use.
 
We'll use agrovoc for testing purposes, you can downloading from http://oaei.ontologymatching.org/2007/environment/ please read terms of use.
  

Revision as of 16:31, 20 September 2010

SVN modules checkout

To creating KEA model must checkout openkm and thesaurus modules:

Select the svn type and type the url https://openkm.svn.sourceforge.net/svnroot/openkm/trunk/openkm to refer openkm:

Select the svn type and type the url https://openkm.svn.sourceforge.net/svnroot/openkm/trunk/thesausus to refer thesaurus:


Installing openkm classes into maven repository

Ensure you've intalled openkm into your local maven repository, to ensure it you can execute the command:

mvn clean package install -Dmaven.test.skip=true


Donwloading AGROVOC thesaurus

We'll use agrovoc for testing purposes, you can downloading from http://oaei.ontologymatching.org/2007/environment/ please read terms of use.