You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2016/03/02 06:42:14 UTC

[05/20] tika git commit: Update NLTKNERecogniserTest.java

Update NLTKNERecogniserTest.java

Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/892beca8
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/892beca8
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/892beca8

Branch: refs/heads/master
Commit: 892beca8b7c76c7849e9a71a0e252fca606753af
Parents: 59ddcaa
Author: Manali Shah <ma...@usc.edu>
Authored: Tue Feb 2 00:36:22 2016 -0800
Committer: Manali Shah <ma...@usc.edu>
Committed: Tue Feb 2 00:36:22 2016 -0800

----------------------------------------------------------------------
 .../tika/parser/ner/nltk/NLTKNERecogniserTest.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/892beca8/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
----------------------------------------------------------------------
diff --git a/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java b/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
index 23a174c..ac04066 100644
--- a/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
+++ b/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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 owlocationNameEntitieship.
+ * 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.
+ */
 package org.apache.tika.parser.ner.nltk;
 
 import org.apache.commons.logging.Log;