Repository: opennlp-site Updated Branches: refs/heads/master d74013d1e -> 08c3208cd
http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/08c3208c/src/main/jbake/content/docs/index.ad ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/docs/index.ad b/src/main/jbake/content/docs/index.ad index 358e7f6..4249d10 100755 --- a/src/main/jbake/content/docs/index.ad +++ b/src/main/jbake/content/docs/index.ad @@ -34,3 +34,5 @@ explains how the various OpenNLP components can be used and trained. * link:/docs/1.8.0/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc] Note: All the documentation is also included in the binary distribution. + +Documentation for archieved releases can be found link:/docs/legacy.html[here]. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/08c3208c/src/main/jbake/content/docs/legacy.ad ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/docs/legacy.ad b/src/main/jbake/content/docs/legacy.ad new file mode 100755 index 0000000..a3aa981 --- /dev/null +++ b/src/main/jbake/content/docs/legacy.ad @@ -0,0 +1,64 @@ +//// + 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. +//// += Documentation +:jbake-type: page +:jbake-tags: documentation +:jbake-status: published +:idprefix: + +WARNING: This page contains the archieved documentation. Please refer to link:/docs/index.html[Apache OpenNLP Manual] for the current documentation. + +There exists a manual and Javadoc API documentation for Apache OpenNLP. The manual +explains how the various OpenNLP components can be used and trained. + +### Apache OpenNLP 1.7.2 documentation + +* link:/docs/1.7.2/manual/opennlp.html[Apache OpenNLP Manual] +* link:/docs/1.7.2/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] +* link:/docs/1.7.2/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc] +* link:/docs/1.7.2/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc] +* link:/docs/1.7.2/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc] + +### Apache OpenNLP 1.7.1 documentation + +* link:/docs/1.7.1/manual/opennlp.html[Apache OpenNLP Manual] +* link:/docs/1.7.1/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] +* link:/docs/1.7.1/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc] +* link:/docs/1.7.1/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc] +* link:/docs/1.7.1/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc] + +### Apache OpenNLP 1.7.0 documentation + +* link:/docs/1.7.0/manual/opennlp.html[Apache OpenNLP Manual] +* link:/docs/1.7.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] +* link:/docs/1.7.0/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc] +* link:/docs/1.7.0/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc] +* link:/docs/1.7.0/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc] + +### Apache OpenNLP 1.6.0 documentation + +* link:/docs/1.6.0/manual/opennlp.html[Apache OpenNLP Manual] +* link:/docs/1.6.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] +* link:/docs/1.6.0/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc] + +### Apache OpenNLP 1.5.3 documentation + +* link:/docs/1.5.3/manual/opennlp.html[Apache OpenNLP Manual] +* link:/docs/1.5.3/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] +* link:/docs/1.5.3/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
