You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/28 17:05:46 UTC

svn commit: r1064753 - in /incubator/opennlp/trunk/opennlp-docs/src/docbkx: introduction.xml opennlp.xml

Author: joern
Date: Fri Jan 28 16:05:45 2011
New Revision: 1064753

URL: http://svn.apache.org/viewvc?rev=1064753&view=rev
Log:
OPENNLP-110 Added an introduction

Added:
    incubator/opennlp/trunk/opennlp-docs/src/docbkx/introduction.xml   (with props)
Modified:
    incubator/opennlp/trunk/opennlp-docs/src/docbkx/opennlp.xml

Added: incubator/opennlp/trunk/opennlp-docs/src/docbkx/introduction.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-docs/src/docbkx/introduction.xml?rev=1064753&view=auto
==============================================================================
--- incubator/opennlp/trunk/opennlp-docs/src/docbkx/introduction.xml (added)
+++ incubator/opennlp/trunk/opennlp-docs/src/docbkx/introduction.xml Fri Jan 28 16:05:45 2011
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"[
+]>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<chapter id="opennlp">
+<title>Introduction</title>
+<para>
+OpenNLP is a machine learning based toolkit for the processing of natural language text.
+It supports the most common NLP tasks, such as tokenization, sentence segmentation,
+part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution.
+These tasks are usually required to build more advanced text processing services.
+OpenNLP also included maximum entropy and perceptron based machine learning.
+</para>
+
+<para>
+The goal of the OpenNLP project will be to create a mature toolkit for the abovementioned tasks.
+An additional goal is to provide a large number of pre-built models for a variety of languages, as
+well as the annotated text resources that those models are derived from.
+</para>
+</chapter>
\ No newline at end of file

Propchange: incubator/opennlp/trunk/opennlp-docs/src/docbkx/introduction.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/opennlp/trunk/opennlp-docs/src/docbkx/opennlp.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-docs/src/docbkx/opennlp.xml?rev=1064753&r1=1064752&r2=1064753&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-docs/src/docbkx/opennlp.xml (original)
+++ incubator/opennlp/trunk/opennlp-docs/src/docbkx/opennlp.xml Fri Jan 28 16:05:45 2011
@@ -75,6 +75,7 @@ under the License.
 
 	<title>Apache OpenNLP Developer Documentation</title>
 	<toc/>
+	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="./introduction.xml"/>
 	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="./sentdetect.xml"/>
 	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="./tokenizer.xml" />
 	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="./namefinder.xml" />