Repository: opennlp-site Updated Branches: refs/heads/asf-site 9ada31267 -> f4f3bfac9
Update site Project: http://git-wip-us.apache.org/repos/asf/opennlp-site/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp-site/commit/f4f3bfac Tree: http://git-wip-us.apache.org/repos/asf/opennlp-site/tree/f4f3bfac Diff: http://git-wip-us.apache.org/repos/asf/opennlp-site/diff/f4f3bfac Branch: refs/heads/asf-site Commit: f4f3bfac9f62985bc0826e7c77008c25c72d1afa Parents: 9ada312 Author: Bruno P. Kinoshita <[email protected]> Authored: Fri May 12 23:09:36 2017 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Fri May 12 23:09:36 2017 +1200 ---------------------------------------------------------------------- building.html | 10 -- code-conventions.html | 10 -- doap_opennlp.rdf | 61 +++++++++++ docs/index.html | 10 -- download.html | 10 -- faq.html | 57 +++++++++-- feed.xml | 40 ++++---- get-involved.html | 79 +++++++++++++-- index.html | 10 -- mailing-lists.html | 10 -- maven-dependency.html | 10 -- news/index.html | 222 +++++++++++++++++++++++++++++++++++++++++ news/news-2010-11-18.html | 10 -- news/news-2010-11-23.html | 10 -- news/news-2010-12-24.html | 10 -- news/news-2011-01-29.html | 10 -- news/news-2011-05-02.html | 10 -- news/news-2011-12-22.html | 10 -- news/news-2012-02-15.html | 10 -- news/release-152.html | 10 -- news/release-153.html | 10 -- news/release-160.html | 10 -- news/release-170.html | 10 -- news/release-171.html | 10 -- news/release-172.html | 10 -- privacy-policy.html | 10 -- release.html | 10 -- source-code.html | 10 -- team.html | 10 -- 29 files changed, 417 insertions(+), 282 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/building.html ---------------------------------------------------------------------- diff --git a/building.html b/building.html index 9b995bb..9b0a229 100644 --- a/building.html +++ b/building.html @@ -269,16 +269,6 @@ list. The build should always work for everyone.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/code-conventions.html ---------------------------------------------------------------------- diff --git a/code-conventions.html b/code-conventions.html index 91c4530..73110c0 100644 --- a/code-conventions.html +++ b/code-conventions.html @@ -270,16 +270,6 @@ is contributed to the project should adhere to these guidelines.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/doap_opennlp.rdf ---------------------------------------------------------------------- diff --git a/doap_opennlp.rdf b/doap_opennlp.rdf new file mode 100644 index 0000000..4c70913 --- /dev/null +++ b/doap_opennlp.rdf @@ -0,0 +1,61 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl"?> +<rdf:RDF xml:lang="en" + xmlns="http://usefulinc.com/ns/doap#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:asfext="http://projects.apache.org/ns/asfext#" + xmlns:foaf="http://xmlns.com/foaf/0.1/"> +<!-- + 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. +--> + <Project rdf:about="http://opennlp.apache.org"> + <created>2012-04-14</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache OpenNLP</name> + <homepage rdf:resource="http://opennlp.apache.org" /> + <asfext:pmc rdf:resource="http://opennlp.apache.org" /> + <shortdesc>Apache OpenNLP library software is a machine learning based toolkit for the processing of natural language text..</shortdesc> + <description>Apache OpenNLP software 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 includes maximum entropy and perceptron based machine learning..</description> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/OPENNLP" /> + <mailing-list rdf:resource="http://opennlp.apache.org/mailing-lists.html" /> + <download-page rdf:resource="http://opennlp.apache.org/download.html" /> + <programming-language>Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/library" /> + <release> + <Version> + <name>Apache OpenNLP 1.7.2</name> + <created>2017-02-04</created> + <revision>1.7.2</revision> + </Version> + </release> + <repository> + <GitRepository> + <location rdf:resource="https://github.com/apache/opennlp.git"/> + <browse rdf:resource="https://github.com/apache/opennlp"/> + </GitRepository> + <SVNRepository> + <location rdf:resource="http://svn.apache.org/repos/asf/opennlp"/> + <browse rdf:resource="http://svn.apache.org/viewvc/opennlp"/> + </SVNRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Apache OpenNLP PMC</foaf:name> + <foaf:mbox rdf:resource="mailto:[email protected]"/> + </foaf:Person> + </maintainer> + </Project> +</rdf:RDF> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/docs/index.html ---------------------------------------------------------------------- diff --git a/docs/index.html b/docs/index.html index 50df22e..f482dd7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -226,16 +226,6 @@ explains how the various OpenNLP components can be used and trained.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/download.html ---------------------------------------------------------------------- diff --git a/download.html b/download.html index 4502f73..8708670 100644 --- a/download.html +++ b/download.html @@ -305,16 +305,6 @@ or the <a href="https://archive.apache.org/dist/opennlp/">Apache archive</a>.</p var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/faq.html ---------------------------------------------------------------------- diff --git a/faq.html b/faq.html index bde26c3..b95f33d 100644 --- a/faq.html +++ b/faq.html @@ -168,7 +168,52 @@ body { <div class="container"> <h1 class="title">FAQ</h1> - + <div class="paragraph"> +<p>This list contains common questions asked in <a href="mailing-lists.html">mailing lists</a> and +<a href="https://stackoverflow.com/questions/tagged/opennlp">forums</a>.</p> +</div> +<dl> + + <dt>Where can I download the models used in OpenNLP?</dt> + <dd>They are hosted <a href="http://opennlp.sourceforge.net/models-1.5/">at SourceForge</a>.</dd> + + <dt></dt> + <dd></dd> + + <dt>How to train a Named Entity Recognition (NER) model?</dt> + <dd>To train the name finder model you need training data that contains the entities you would + like to detect. +Have a look at our manual, in special the sections under the +<a href="/docs/1.7.2/manual/opennlp.html#tools.namefind.training">Name Finder Training API</a>. +At the beginning of that section you can see how the data has to be marked up. Please note you that you need many sentences to successfully train the name finder.</dd> + + <dt>How can I speed up my MaxEnt training time</dt> + <dd>Try tweaking the value of <a href="/docs/1.7.2/apidocs/opennlp-tools/opennlp/tools/util/TrainingParameters.html#THREADS_PARAM">TrainingParameters.THREADS_PARAM</a>.</dd> + + <dt>Will my models trained with a previous version of OpenNLP still work with a newer version?</dt> + <dd>You should expect it to work. The corpora used is normally the same. However, the behavior may +change when we fix bugs or add new features. The test results in the +<a href="https://cwiki.apache.org/confluence/display/OPENNLP/Test+Plans">project Wiki</a> may contain useful +information about model compatibility.</dd> + + <dt><strong>Is there a commercial license for OpenNLP?</strong></dt> + <dd>OpenNLP is licensed under the business-friendly Apache software license, +version 2.0. You can read the license +<a href="http://www.apache.org/licenses/LICENSE-2.0">here</a> +or <a href="https://en.wikipedia.org/wiki/Apache_License">its Wikipedia page</a> +for more information.</dd> + + <dt><strong>How can I start contributing to this project?</strong></dt> + <dd>Have a look at our <a href="/get-involved.html">Getting Involved</a> page. +We have a list of issues needing help there, as well as instructions to get started +contributing to OpenNLP. You may also consider making +<a href="https://www.apache.org/foundation/contributing.html">a donation to the Apache Software Foundation</a>.</dd> + +</dl> +<div class="paragraph"> +<p>In case you have a suggestion of another question that could be added, please do not hesitate in +<a href="/mailing-lists.html">getting in contact</a>.</p> +</div> </div> @@ -194,16 +239,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 46b7d20..954ec36 100644 --- a/feed.xml +++ b/feed.xml @@ -19,17 +19,17 @@ --> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> - <title>JBake</title> - <link>http://jbake.org</link> - <atom:link href="http://jbake.org/feed.xml" rel="self" type="application/rss+xml" /> - <description>JBake - Java based open source static site/blog generator for developers</description> - <language>en-gb</language> - <pubDate>Sun, 7 May 2017 00:08:48 +1200</pubDate> - <lastBuildDate>Sun, 7 May 2017 00:08:48 +1200</lastBuildDate> + <title>Apache OpenNLP</title> + <link>https://opennlp.apache.org</link> + <atom:link href="https://opennlp.apache.org/feed.xml" rel="self" type="application/rss+xml" /> + <description>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text</description> + <language>en-us</language> + <pubDate>Fri, 12 May 2017 23:08:09 +1200</pubDate> + <lastBuildDate>Fri, 12 May 2017 23:08:09 +1200</lastBuildDate> <item> <title>Apache OpenNLP 1.7.2 released</title> - <link>http://jbake.org/news/release-172.html</link> + <link>https://opennlp.apache.org/news/release-172.html</link> <pubDate>Sat, 4 Feb 2017 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/release-172.html</guid> <description> @@ -103,7 +103,7 @@ notes.</pre> </item> <item> <title>Apache OpenNLP 1.7.1 released</title> - <link>http://jbake.org/news/release-171.html</link> + <link>https://opennlp.apache.org/news/release-171.html</link> <pubDate>Mon, 23 Jan 2017 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/release-171.html</guid> <description> @@ -179,7 +179,7 @@ For a complete list of fixed bugs and improvements please see the RELEASE_NOTES </item> <item> <title>Apache OpenNLP 1.7.0 released</title> - <link>http://jbake.org/news/release-170.html</link> + <link>https://opennlp.apache.org/news/release-170.html</link> <pubDate>Sat, 31 Dec 2016 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/release-170.html</guid> <description> @@ -256,7 +256,7 @@ notes.</p> </item> <item> <title>Apache OpenNLP 1.6.0 released</title> - <link>http://jbake.org/news/release-160.html</link> + <link>https://opennlp.apache.org/news/release-160.html</link> <pubDate>Mon, 13 Jul 2015 00:00:00 +1200</pubDate> <guid isPermaLink="false">news/release-160.html</guid> <description> @@ -335,7 +335,7 @@ file included in the distribution.</p> </item> <item> <title>Apache OpenNLP 1.5.3 released</title> - <link>http://jbake.org/news/release-153.html</link> + <link>https://opennlp.apache.org/news/release-153.html</link> <pubDate>Wed, 17 Apr 2013 00:00:00 +1200</pubDate> <guid isPermaLink="false">news/release-153.html</guid> <description> @@ -396,7 +396,7 @@ validators.</p> </item> <item> <title>OpenNLP graduated from the incubator as a Top Level Project</title> - <link>http://jbake.org/news/news-2012-02-15.html</link> + <link>https://opennlp.apache.org/news/news-2012-02-15.html</link> <pubDate>Wed, 15 Feb 2012 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/news-2012-02-15.html</guid> <description> @@ -412,7 +412,7 @@ validators.</p> </item> <item> <title>New members and new features&#8230;&#8203;</title> - <link>http://jbake.org/news/news-2011-12-22.html</link> + <link>https://opennlp.apache.org/news/news-2011-12-22.html</link> <pubDate>Thu, 22 Dec 2011 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/news-2011-12-22.html</guid> <description> @@ -433,7 +433,7 @@ validators.</p> </item> <item> <title>First release of 1.5.1-incubating is ready!</title> - <link>http://jbake.org/news/news-2011-05-02.html</link> + <link>https://opennlp.apache.org/news/news-2011-05-02.html</link> <pubDate>Mon, 28 Nov 2011 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/news-2011-05-02.html</guid> <description> @@ -457,7 +457,7 @@ validators.</p> </item> <item> <title>Apache OpenNLP 1.5.2 Incubating released</title> - <link>http://jbake.org/news/release-152.html</link> + <link>https://opennlp.apache.org/news/release-152.html</link> <pubDate>Mon, 28 Nov 2011 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/release-152.html</guid> <description> @@ -534,7 +534,7 @@ file included in the distribution.</p> </item> <item> <title>Issue tracker moved to JIRA</title> - <link>http://jbake.org/news/news-2011-01-29.html</link> + <link>https://opennlp.apache.org/news/news-2011-01-29.html</link> <pubDate>Sat, 29 Jan 2011 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/news-2011-01-29.html</guid> <description> @@ -552,7 +552,7 @@ file included in the distribution.</p> </item> <item> <title>Working on Apache Incubator requirements</title> - <link>http://jbake.org/news/news-2010-12-24.html</link> + <link>https://opennlp.apache.org/news/news-2010-12-24.html</link> <pubDate>Fri, 24 Dec 2010 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/news-2010-12-24.html</guid> <description> @@ -571,7 +571,7 @@ Incubator requirements.</p> </item> <item> <title>OpenNLP is now into Apache Incubation!</title> - <link>http://jbake.org/news/news-2010-11-23.html</link> + <link>https://opennlp.apache.org/news/news-2010-11-23.html</link> <pubDate>Tue, 23 Nov 2010 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/news-2010-11-23.html</guid> <description> @@ -582,7 +582,7 @@ Incubator requirements.</p> </item> <item> <title>OpenNLP is candidated to Apache Incubation!</title> - <link>http://jbake.org/news/news-2010-11-18.html</link> + <link>https://opennlp.apache.org/news/news-2010-11-18.html</link> <pubDate>Thu, 18 Nov 2010 00:00:00 +1300</pubDate> <guid isPermaLink="false">news/news-2010-11-18.html</guid> <description> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/get-involved.html ---------------------------------------------------------------------- diff --git a/get-involved.html b/get-involved.html index e814c9b..aacecfc 100644 --- a/get-involved.html +++ b/get-involved.html @@ -168,7 +168,9 @@ body { <div class="container"> <h1 class="title">Get Involved</h1> - <div class="paragraph"> + <div id="preamble"> +<div class="sectionbody"> +<div class="paragraph"> <p>The Apache OpenNLP project is developed by volunteers and is always looking for new contributors to work on all parts of the project. Every contribution is welcome and needed to make it better. A contribution can be anything from a small documentation typo fix to a new component.</p> @@ -192,6 +194,71 @@ or <a href="https://www.apache.org/licenses/software-grant.txt">software grant</ <p>Contributors who have a history of successful participation are invited to join the project as a committer from the <a href="https://incubator.apache.org/guides/ppmc.html">PPMC</a>.</p> </div> +</div> +</div> +<div class="sect1"> +<h2 id="contributions_wanted">Contributions wanted</h2> +<div class="sectionbody"> +<div class="ulist"> +<ul> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-941">OPENNLP-941</a>: Add eval support to detokenizer</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-912">OPENNLP-912</a>: Add a rule based sentence detector</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-892">OPENNLP-892</a>: Add a Entity-Relationship Extraction component</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-788">OPENNLP-788</a>: Add a language detection component</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-780">OPENNLP-780</a>: Add formats support for NKJP</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-712">OPENNLP-712</a>: Creating a date time recognizer</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-652">OPENNLP-652</a>: Add 20Newsgroups format support to the doccat component</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-565">OPENNLP-565</a>: Add MASC format support</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-547">OPENNLP-547</a>: Add a dependency parser component</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-546">OPENNLP-546</a>: Add TokenizerPTB</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-244">OPENNLP-244</a>: Write documentation for the BIONLP converter</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-217">OPENNLP-217</a>: Add Detokenizer Dictionary section</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-216">OPENNLP-216</a>: Add Detokenizer API section</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-198">OPENNLP-198</a>: Develop a demonstration web app for our website</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-108">OPENNLP-108</a>: Write the OpenNLP White Paper</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-49">OPENNLP-49</a>: Write documentation for the uima integration</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-47">OPENNLP-47</a>: Rewrite the CONLL06 documentation based on the tutorial</p> +</li> +<li> +<p><a href="https://issues.apache.org/jira/browse/OPENNLP-32">OPENNLP-32</a>: Write more documentation for the parser</p> +</li> +</ul> +</div> +</div> +</div> </div> @@ -217,16 +284,6 @@ the project as a committer from the <a href="https://incubator.apache.org/guides var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 6ccdb3b..4e0f290 100644 --- a/index.html +++ b/index.html @@ -215,16 +215,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/mailing-lists.html ---------------------------------------------------------------------- diff --git a/mailing-lists.html b/mailing-lists.html index 7cb7eae..5c25f94 100644 --- a/mailing-lists.html +++ b/mailing-lists.html @@ -261,16 +261,6 @@ the JIRA pages and <em>not</em> <em>directly</em> to this mailing list.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/maven-dependency.html ---------------------------------------------------------------------- diff --git a/maven-dependency.html b/maven-dependency.html index a2b266d..da6c4b6 100644 --- a/maven-dependency.html +++ b/maven-dependency.html @@ -306,16 +306,6 @@ all transient dependencies are resolved automatically.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/index.html ---------------------------------------------------------------------- diff --git a/news/index.html b/news/index.html new file mode 100644 index 0000000..a218df4 --- /dev/null +++ b/news/index.html @@ -0,0 +1,222 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>News - Apache OpenNLP</title> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="Apache OpenNLP is a machine learning based toolkit for the processing of natural language text." /> + <meta name="author" content="The Apache OpenNLP Team" /> + <meta name="keywords" content="java, natural language processing, nlp, apache, open source, web site" /> + <meta name="generator" content="JBake"/> + + <!-- RSS Feed --> + <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml" /> + + <!-- Favicon --> + <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> + <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> + <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> + <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> + <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> + <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> + <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> + <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> + <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="manifest" href="/manifest.json"> + <meta name="msapplication-TileColor" content="#ffffff"> + <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> + <meta name="theme-color" content="#ffffff"> + + <!-- The styles --> + <link href="/css/bootstrap.min.css" rel="stylesheet"> + <link href="/css/asciidoctor.css" rel="stylesheet"> + <link href="/css/prettify.css" rel="stylesheet"> + <style type="text/css"> +/* Sticky footer styles +-------------------------------------------------- */ +html { + position: relative; + min-height: 100%; +} +body { + /* Margin bottom by footer height + 20px for padding */ + margin: 0px; +} +.footer { + text-align: center; + padding: 30px 0; + margin-top: 50px; + border-top: 1px solid #e5e5e5; + border-bottom: 1px solid #e5e5e5; + background-color: #f5f5f5; +} + +.footer .text-muted { + margin: 0px 0; +} + +.footer > .container { + padding-right: 15px; + padding-left: 15px; +} + +.jumbotron { + margin: 0px 0; + text-align: center; + background-color: transparent; + padding-top: 0px; +} + +.jumbotron h1 { + line-height: 1; + font-weight: bold; +} + + </style> + + <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> + <!--[if lt IE 9]> + <script src="/js/html5shiv.js"></script> + <![endif]--> +</head> +<body onload="prettyPrint()"> +<span class="visible-lg"> +<a href="https://github.com/apache/opennlp"><img style="z-index: 9999; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a> +</span> + +<nav class="navbar navbar-default"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-items" aria-expanded="false"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="/"> + <img alt="Brand" src="/img/opennlp-navbar-logo.png" class="img-responsive" width="100px" style="position: relative; top: -3px;"> + </a> + </div> + + <div class="collapse navbar-collapse" id="navbar-items"> + <ul class="nav navbar-nav"> + <li> + <a href="/"><span class="glyphicon glyphicon-home"></span> Home</a> + </li> + + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-download-alt"></span> Download <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="/download.html">OpenNLP Releases</a></li> + <li><a href="/maven-dependency.html">Maven Dependency</a></li> + </ul> + </li> + + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-flag"></span> General <b class="caret"></b></a> + <ul class="dropdown-menu"> + + <li><a href="/news/">News</a></li> + <li><a href="/mailing-lists.html">Mailing Lists</a></li> + <li><a href="https://issues.apache.org/jira/browse/OPENNLP">Issue tracker</a></li> + + </ul> + </li> + + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> Documentation <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="/docs/">Manual and Javadocs</a></li> + <li><a href="/faq.html">FAQ</a></li> + <li><a href="https://cwiki.apache.org/OPENNLP">Wiki</a></li> + </ul> + </li> + + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-console"></span> Development <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="/get-involved.html">Get Involved</a></li> + <li><a href="/source-code.html">Source Code</a></li> + <li><a href="/building.html">Building</a></li> + <li><a href="/code-conventions.html">Code Conventions</a></li> + <li><a href="/release.html">Release</a></li> + <li><a href="/team.html">Project Team</a></li> + </ul> + </li> + + </ul> + <ul class="nav navbar-nav navbar-right"> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-leaf"></span> ASF <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="https://www.apache.org/">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li> + </ul> + </li> + </ul> + </div><!-- /.navbar-collapse --> + </div><!-- /.container-fluid --> +</nav> + +<div class="container"> + + <div class="row-fluid marketing"> + <div class="span9"> + <h2>News</h2> + <ul> + <li><p>2017-02-04: <a href="/news/release-172.html">Apache OpenNLP 1.7.2 released</a></p></li> + <li><p>2017-01-23: <a href="/news/release-171.html">Apache OpenNLP 1.7.1 released</a></p></li> + <li><p>2016-12-31: <a href="/news/release-170.html">Apache OpenNLP 1.7.0 released</a></p></li> + <li><p>2015-07-13: <a href="/news/release-160.html">Apache OpenNLP 1.6.0 released</a></p></li> + <li><p>2013-04-17: <a href="/news/release-153.html">Apache OpenNLP 1.5.3 released</a></p></li> + <li><p>2012-02-15: <a href="/news/news-2012-02-15.html">OpenNLP graduated from the incubator as a Top Level Project</a></p></li> + <li><p>2011-12-22: <a href="/news/news-2011-12-22.html">New members and new features…​</a></p></li> + <li><p>2011-11-28: <a href="/news/news-2011-05-02.html">First release of 1.5.1-incubating is ready!</a></p></li> + <li><p>2011-11-28: <a href="/news/release-152.html">Apache OpenNLP 1.5.2 Incubating released</a></p></li> + <li><p>2011-01-29: <a href="/news/news-2011-01-29.html">Issue tracker moved to JIRA</a></p></li> + <li><p>2010-12-24: <a href="/news/news-2010-12-24.html">Working on Apache Incubator requirements</a></p></li> + <li><p>2010-11-23: <a href="/news/news-2010-11-23.html">OpenNLP is now into Apache Incubation!</a></p></li> + <li><p>2010-11-18: <a href="/news/news-2010-11-18.html">OpenNLP is candidated to Apache Incubation!</a></p></li> + </ul> + <p></p> + <p>Subscribe to Apache OpenNLP updates using the <a href="/feed.xml">feed</a>.</p> + </div> + </div> + + <hr> + +</div> + + <footer class='footer'> + <div class="container"> + <p class="text-muted">Copyright © 2017 The Apache Software Foundation, Licensed under the + <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> <br> + Apache OpenNLP, OpenNLP, Apache, the Apache feather logo, and the Apache OpenNLP project logo are + trademarks of The Apache Software Foundation. - + <a href="/privacy-policy.html">Privacy Policy</a></p> + </div> + </footer> + + <!-- Le javascript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="/js/jquery-3.2.1.min.js"></script> + <script src="/js/bootstrap.min.js"></script> + <script src="/js/prettify.js"></script> + + <script type="text/javascript"> + + var link = $('a[href="' + this.location.pathname + '"]'); + if (link != undefined) + link.parents('li,ul').addClass('active'); + + </script> +</body> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/news-2010-11-18.html ---------------------------------------------------------------------- diff --git a/news/news-2010-11-18.html b/news/news-2010-11-18.html index 05128bb..46caf31 100644 --- a/news/news-2010-11-18.html +++ b/news/news-2010-11-18.html @@ -223,16 +223,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/news-2010-11-23.html ---------------------------------------------------------------------- diff --git a/news/news-2010-11-23.html b/news/news-2010-11-23.html index 5d2721f..42bac36 100644 --- a/news/news-2010-11-23.html +++ b/news/news-2010-11-23.html @@ -223,16 +223,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/news-2010-12-24.html ---------------------------------------------------------------------- diff --git a/news/news-2010-12-24.html b/news/news-2010-12-24.html index b9ad108..aaeab7f 100644 --- a/news/news-2010-12-24.html +++ b/news/news-2010-12-24.html @@ -231,16 +231,6 @@ Incubator requirements.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/news-2011-01-29.html ---------------------------------------------------------------------- diff --git a/news/news-2011-01-29.html b/news/news-2011-01-29.html index 57f4b87..b2ee21b 100644 --- a/news/news-2011-01-29.html +++ b/news/news-2011-01-29.html @@ -230,16 +230,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/news-2011-05-02.html ---------------------------------------------------------------------- diff --git a/news/news-2011-05-02.html b/news/news-2011-05-02.html index 450e0af..ba3d1f2 100644 --- a/news/news-2011-05-02.html +++ b/news/news-2011-05-02.html @@ -236,16 +236,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/news-2011-12-22.html ---------------------------------------------------------------------- diff --git a/news/news-2011-12-22.html b/news/news-2011-12-22.html index f6842c8..2760326 100644 --- a/news/news-2011-12-22.html +++ b/news/news-2011-12-22.html @@ -233,16 +233,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/news-2012-02-15.html ---------------------------------------------------------------------- diff --git a/news/news-2012-02-15.html b/news/news-2012-02-15.html index 7a42830..2daeb1c 100644 --- a/news/news-2012-02-15.html +++ b/news/news-2012-02-15.html @@ -228,16 +228,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/release-152.html ---------------------------------------------------------------------- diff --git a/news/release-152.html b/news/release-152.html index b6c3d30..d563e9f 100644 --- a/news/release-152.html +++ b/news/release-152.html @@ -289,16 +289,6 @@ file included in the distribution.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/release-153.html ---------------------------------------------------------------------- diff --git a/news/release-153.html b/news/release-153.html index 4939c5c..b873187 100644 --- a/news/release-153.html +++ b/news/release-153.html @@ -273,16 +273,6 @@ validators.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/release-160.html ---------------------------------------------------------------------- diff --git a/news/release-160.html b/news/release-160.html index 37e25be..e16e1e5 100644 --- a/news/release-160.html +++ b/news/release-160.html @@ -291,16 +291,6 @@ file included in the distribution.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/release-170.html ---------------------------------------------------------------------- diff --git a/news/release-170.html b/news/release-170.html index 9a01f32..fabc30c 100644 --- a/news/release-170.html +++ b/news/release-170.html @@ -289,16 +289,6 @@ notes.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/release-171.html ---------------------------------------------------------------------- diff --git a/news/release-171.html b/news/release-171.html index ef9e7a7..07420a1 100644 --- a/news/release-171.html +++ b/news/release-171.html @@ -288,16 +288,6 @@ For a complete list of fixed bugs and improvements please see the RELEASE_NOTES var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/news/release-172.html ---------------------------------------------------------------------- diff --git a/news/release-172.html b/news/release-172.html index 744b843..a04e068 100644 --- a/news/release-172.html +++ b/news/release-172.html @@ -286,16 +286,6 @@ notes.</pre> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/privacy-policy.html ---------------------------------------------------------------------- diff --git a/privacy-policy.html b/privacy-policy.html index 256526c..c481cd5 100644 --- a/privacy-policy.html +++ b/privacy-policy.html @@ -221,16 +221,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/release.html ---------------------------------------------------------------------- diff --git a/release.html b/release.html index 1d3b7d1..5ff94c2 100644 --- a/release.html +++ b/release.html @@ -272,16 +272,6 @@ and to distribute them among the team.</p> var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/source-code.html ---------------------------------------------------------------------- diff --git a/source-code.html b/source-code.html index cee8922..6064e27 100644 --- a/source-code.html +++ b/source-code.html @@ -244,16 +244,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/f4f3bfac/team.html ---------------------------------------------------------------------- diff --git a/team.html b/team.html index 9c2eb54..7382ee9 100644 --- a/team.html +++ b/team.html @@ -294,16 +294,6 @@ body { var link = $('a[href="' + this.location.pathname + '"]'); if (link != undefined) link.parents('li,ul').addClass('active'); - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-38992729-1']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); </script> </body>
