Author: fchrist
Date: Fri Jan 13 19:24:30 2012
New Revision: 1231260
URL: http://svn.apache.org/viewvc?rev=1231260&view=rev
Log:
Minor edits
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext
incubator/stanbol/site/trunk/templates/sidenav.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext?rev=1231260&r1=1231259&r2=1231260&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext Fri
Jan 13 19:24:30 2012
@@ -1,14 +1,14 @@
-Title: One minute tutorial for Apache Stanbol
+Title: One Minute Tutorial for Apache Stanbol
-This tutorial targets at CMS developers, who want to enrich unstructured
textual content with "named entity" tags (locations, persons or organizations
such as "Paris", "Barack Obama", "BBC"). They will get such enhancements
together with links to public (e.g. DBpedia) or private (e.g. an enterprise
specific terminology) repositories.
+This tutorial targets at content management system (CMS) developers, who want
to enrich unstructured textual content with "named entity" tags (locations,
persons or organizations such as "Paris", "Barack Obama", "BBC"). Apache
Stanbol can provide such enhancements together with links to public (e.g.
DBpedia) or private (e.g. an enterprise specific terminology) repositories.
-## Build and run your Stanbol
+## Build and run your Apache Stanbol instance
-To build Stanbol from source you need Java 6 and maven 2.2.1 + (version as
defined in the pom). You probably need also:
+To build Apache Stanbol from source you need Java 6 and maven 2.2.1 + (version
as defined in the pom). You probably need also:
% export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M
-Fetch the sources from the Apache code repository
+Fetch the sources from the Apache Stanbol code repository
% svn co http://svn.apache.org/repos/asf/incubator/stanbol/trunk
stanbol
@@ -16,7 +16,7 @@ From the source directory run
% mvn clean install
-Run the stable launcher of Stanbol from your local server machine from the
your local directory
+Run the stable launcher of Apache Stanbol from your local server machine from
the your local directory
{root}/stanbol/launchers/
@@ -30,13 +30,13 @@ Your instance runs within the <code>stan
## Post textual content, get enhancement graph
-Goto the HTTP web endpoint
+Goto the local HTTP web endpoint
http://localhost:8080/engines
-This stateless interface allows the caller to submit content to the Stanbol
enhancer engines and get the resulting enhancements formatted as RDF at once
without storing anything on the server-side.
+This stateless interface allows the caller to submit content to the Apache
Stanbol enhancer engines and get the resulting enhancements formatted as RDF at
once without storing anything on the server-side.
-Simply copy arbitrary textual content into the input field OR to work with the
REST interface directly, you may also post a text with cURL command below. The
content to analyze should be sent in a POST request with the mimetype specified
in the Content-type header. The response will hold the RDF enhancement
serialized in the format specified in the Accept header.
+Simply copy arbitrary textual content into the input field _or_ to work with
the REST interface directly, you may also post a text with cURL command below.
The content to analyze should be sent in a POST request with the mimetype
specified in the Content-type header. The response will hold the RDF
enhancement serialized in the format specified in the Accept header.
% curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" \
--data "John Smith was born in London."
http://localhost:8080/engines
@@ -49,24 +49,19 @@ By using the HTTP web interface, you wil
The default configuration is based on two active Enhancement Engines, first
the __NamedEntityExtractionEnhancementEngine__ which finds occurrences of named
entities such as people, places and organisations, and the
__NamedEntityTaggingEngine__ which suggests links to an entity repository, in
this case to DBpedia entities. It is restricted to English content and to plain
text format.
### Additional enhancement engines
-You may use the [OSGI console
(http://{yourdomain}:{port}/)](http://localhost:8080/) (user/pwd: admin/admin)
of your running Stanbol instance to activate and configure additional engines
in order to get language detection, support for multiple document formats and
some additional language support. Additional engines provide support for
geonames, zemanta or opencalais. _Overview on Stanbol [Enhancement
Engines](engines.html)_
+You may use the [OSGI console
(http://{yourdomain}:{port}/)](http://localhost:8080/) (user/pwd: admin/admin)
of your running Stanbol instance to activate and configure additional engines
in order to get language detection, support for multiple document formats and
some additional language support. Additional engines provide support for
geonames, zemanta or opencalais. We have put together an overview of Apache
Stanbol [Enhancement Engines](engines.html).
### Working with local and/or custom entities
-Another feature of Stanbol is to manage and cache external entity repositories
such as DBpedia locally as well as the possibility to use custom vocabularies
as linking target repositories.
+Another feature of Apache Stanbol is to manage and cache external entity
repositories such as DBpedia locally as well as the possibility to use custom
vocabularies as linking target repositories.
-_See the scenario on [using custom vocabularies](customvocabulary.html)_
+Read more about the scenario of [using custom
vocabularies](customvocabulary.html).
-### Explore Stanbol "full" launcher
-The full features of Apache Stanbol can be accessed via the "full launcher" of
the software.
+### Explore Apache Stanbol "full" launcher
+
+The full (including experimental) features of Apache Stanbol can be accessed
via Apache Stanbol's "full launcher". To start the full launcher, you just have
to executes its JAR via the following Java command.
% java -Xmx1g -jar
full/target/org.apache.stanbol.launchers.full-{snapshot-version}-SNAPSHOT.jar
-_See the overview on all available [components](components.html)._
-
-----
-
-TODO (link 5 minutes tutorial)
-
-TODO (link 30 minutes tutorial)
\ No newline at end of file
+See the overview of all available [components](components.html).
Modified: incubator/stanbol/site/trunk/templates/sidenav.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/sidenav.mdtext?rev=1231260&r1=1231259&r2=1231260&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/stanbol/site/trunk/templates/sidenav.mdtext Fri Jan 13 19:24:30
2012
@@ -1,6 +1,6 @@
# Stanbol
- [Home](/stanbol/index.html)
- - [Tutorials](/stanbol/docs/trunk/tutorial.html)
+ - [Tutorial](/stanbol/docs/trunk/tutorial.html)
- [Documentation](/stanbol/docs/trunk/)
- [Building](/stanbol/docs/trunk/building.html)