This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 037e6df1c03c658046e64c36ae8fa8c07f314b61
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jun 5 11:23:42 2025 +0200

    Drop package-info classes (JPMS)
---
 .../java/opennlp/tools/commons/package-info.java   | 21 -------------------
 .../java/opennlp/tools/util/ext/package-info.java  | 21 -------------------
 .../tools/cmdline/lemmatizer/package-info.java     | 21 -------------------
 .../src/main/java/opennlp/tools/package-info.java  | 21 -------------------
 .../opennlp/tools/formats/ad/package-info.java     | 21 -------------------
 .../opennlp/tools/formats/brat/package-info.java   | 21 -------------------
 .../opennlp/tools/formats/conllu/package-info.java | 21 -------------------
 .../tools/formats/frenchtreebank/package-info.java | 21 -------------------
 .../formats/irishsentencebank/package-info.java    | 21 -------------------
 .../tools/formats/leipzig/package-info.java        | 21 -------------------
 .../opennlp/tools/formats/letsmt/package-info.java | 21 -------------------
 .../opennlp/tools/formats/masc/package-info.java   | 21 -------------------
 .../opennlp/tools/formats/muc/package-info.java    | 21 -------------------
 .../opennlp/tools/formats/nkjp/package-info.java   | 21 -------------------
 .../tools/formats/ontonotes/package-info.java      | 21 -------------------
 .../java/opennlp/tools/formats/package-info.java   | 21 -------------------
 .../src/main/java/opennlp/tools/package-info.java  | 21 -------------------
 .../opennlp/tools/ml/naivebayes/package-info.java  | 21 -------------------
 .../java/opennlp/tools/ml/model/package-info.java  | 21 -------------------
 .../opennlp/tools/ml/maxent/io/package-info.java   | 22 --------------------
 .../java/opennlp/tools/ml/maxent/package-info.java | 21 -------------------
 .../tools/ml/maxent/quasinewton/package-info.java  | 21 -------------------
 .../opennlp/tools/ml/perceptron/package-info.java  | 21 -------------------
 .../java/opennlp/tools/chunker/package-info.java   | 21 -------------------
 .../opennlp/tools/dictionary/package-info.java     | 21 -------------------
 .../java/opennlp/tools/doccat/package-info.java    | 21 -------------------
 .../opennlp/tools/entitylinker/package-info.java   | 21 -------------------
 .../opennlp/tools/langdetect/package-info.java     | 21 -------------------
 .../opennlp/tools/languagemodel/package-info.java  | 21 -------------------
 .../opennlp/tools/lemmatizer/package-info.java     | 21 -------------------
 .../main/java/opennlp/tools/log/package-info.java  | 21 -------------------
 .../main/java/opennlp/tools/ml/package-info.java   | 21 -------------------
 .../java/opennlp/tools/namefind/package-info.java  | 21 -------------------
 .../java/opennlp/tools/ngram/package-info.java     | 21 -------------------
 .../src/main/java/opennlp/tools/package-info.java  | 21 -------------------
 .../tools/parser/chunking/package-info.java        | 21 -------------------
 .../java/opennlp/tools/parser/package-info.java    | 21 -------------------
 .../tools/parser/treeinsert/package-info.java      | 22 --------------------
 .../java/opennlp/tools/postag/package-info.java    | 21 -------------------
 .../opennlp/tools/sentdetect/package-info.java     | 21 -------------------
 .../java/opennlp/tools/tokenize/package-info.java  | 24 ----------------------
 .../tools/util/featuregen/package-info.java        | 21 -------------------
 .../main/java/opennlp/tools/util/package-info.java | 21 -------------------
 .../src/main/java/opennlp/tools/package-info.java  | 21 -------------------
 .../main/java/opennlp/tools/util/package-info.java | 21 -------------------
 45 files changed, 950 deletions(-)

diff --git a/opennlp-api/src/main/java/opennlp/tools/commons/package-info.java 
b/opennlp-api/src/main/java/opennlp/tools/commons/package-info.java
deleted file mode 100644
index b3c9dc3b..00000000
--- a/opennlp-api/src/main/java/opennlp/tools/commons/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to common interfaces used in different contexts.
- */
-package opennlp.tools.commons;
diff --git a/opennlp-api/src/main/java/opennlp/tools/util/ext/package-info.java 
b/opennlp-api/src/main/java/opennlp/tools/util/ext/package-info.java
deleted file mode 100644
index aea56d42..00000000
--- a/opennlp-api/src/main/java/opennlp/tools/util/ext/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package containing extension loading code.
- */
-package opennlp.tools.util.ext;
diff --git 
a/opennlp-core/opennlp-cli/src/main/java/opennlp/tools/cmdline/lemmatizer/package-info.java
 
b/opennlp-core/opennlp-cli/src/main/java/opennlp/tools/cmdline/lemmatizer/package-info.java
deleted file mode 100644
index 9f1b84ad..00000000
--- 
a/opennlp-core/opennlp-cli/src/main/java/opennlp/tools/cmdline/lemmatizer/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Classes giving access to the opennlp.tools.lemmatizer functionalities.
- */
-package opennlp.tools.cmdline.lemmatizer;
diff --git 
a/opennlp-core/opennlp-cli/src/main/java/opennlp/tools/package-info.java 
b/opennlp-core/opennlp-cli/src/main/java/opennlp/tools/package-info.java
deleted file mode 100644
index 7204600d..00000000
--- a/opennlp-core/opennlp-cli/src/main/java/opennlp/tools/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Contains packages which solve common NLP tasks.
- */
-package opennlp.tools;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/ad/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/ad/package-info.java
deleted file mode 100644
index f1d6a677..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/ad/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the {@code Arvores Deitadas corpus} format.
- */
-package opennlp.tools.formats.ad;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/brat/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/brat/package-info.java
deleted file mode 100644
index ad52f9b1..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/brat/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the corpus format used by the "brat rapid 
annotation tool" (brat).
- */
-package opennlp.tools.formats.brat;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/conllu/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/conllu/package-info.java
deleted file mode 100644
index 862ff624..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/conllu/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the CoNNL-U format.
- */
-package opennlp.tools.formats.conllu;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/frenchtreebank/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/frenchtreebank/package-info.java
deleted file mode 100644
index 4edbd5bd..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/frenchtreebank/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the French Treebank format.
- */
-package opennlp.tools.formats.frenchtreebank;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/irishsentencebank/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/irishsentencebank/package-info.java
deleted file mode 100644
index 8f13cd71..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/irishsentencebank/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the Irish Sentence Bank format.
- */
-package opennlp.tools.formats.irishsentencebank;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/leipzig/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/leipzig/package-info.java
deleted file mode 100644
index 832ea618..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/leipzig/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the {@code Leipzig} corpus format.
- */
-package opennlp.tools.formats.leipzig;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/letsmt/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/letsmt/package-info.java
deleted file mode 100644
index 3252a2ae..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/letsmt/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the {@code letsmt} corpus format.
- */
-package opennlp.tools.formats.letsmt;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/masc/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/masc/package-info.java
deleted file mode 100644
index 2e619c7c..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/masc/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the {@code MASC} corpus format.
- */
-package opennlp.tools.formats.masc;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/muc/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/muc/package-info.java
deleted file mode 100644
index 43c49634..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/muc/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the {@code MUC} corpus format.
- */
-package opennlp.tools.formats.muc;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/nkjp/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/nkjp/package-info.java
deleted file mode 100644
index ed08eb7c..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/nkjp/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the National corpus of Polish {@code NKJP} 
format.
- */
-package opennlp.tools.formats.nkjp;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/ontonotes/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/ontonotes/package-info.java
deleted file mode 100644
index 912bd843..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/ontonotes/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to the OntoNotes 4.0 format.
- */
-package opennlp.tools.formats.ontonotes;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/package-info.java
 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/package-info.java
deleted file mode 100644
index 70422036..00000000
--- 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/formats/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Experimental package related to converting various corpora to OpenNLP 
Format.
- */
-package opennlp.tools.formats;
diff --git 
a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/package-info.java 
b/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/package-info.java
deleted file mode 100644
index 7204600d..00000000
--- a/opennlp-core/opennlp-formats/src/main/java/opennlp/tools/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Contains packages which solve common NLP tasks.
- */
-package opennlp.tools;
diff --git 
a/opennlp-core/opennlp-ml/opennlp-ml-bayes/src/main/java/opennlp/tools/ml/naivebayes/package-info.java
 
b/opennlp-core/opennlp-ml/opennlp-ml-bayes/src/main/java/opennlp/tools/ml/naivebayes/package-info.java
deleted file mode 100644
index be3e691e..00000000
--- 
a/opennlp-core/opennlp-ml/opennlp-ml-bayes/src/main/java/opennlp/tools/ml/naivebayes/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to ML by means of the Naive Bayes algorithm.
- */
-package opennlp.tools.ml.naivebayes;
diff --git 
a/opennlp-core/opennlp-ml/opennlp-ml-commons/src/main/java/opennlp/tools/ml/model/package-info.java
 
b/opennlp-core/opennlp-ml/opennlp-ml-commons/src/main/java/opennlp/tools/ml/model/package-info.java
deleted file mode 100644
index 35162cb0..00000000
--- 
a/opennlp-core/opennlp-ml/opennlp-ml-commons/src/main/java/opennlp/tools/ml/model/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to ML models and feature selection techniques.
- */
-package opennlp.tools.ml.model;
diff --git 
a/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/io/package-info.java
 
b/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/io/package-info.java
deleted file mode 100644
index de9f3323..00000000
--- 
a/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/io/package-info.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to the I/O functionality of the maxent package including 
reading
- * and writing models in several formats.
- */
-package opennlp.tools.ml.maxent.io;
diff --git 
a/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/package-info.java
 
b/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/package-info.java
deleted file mode 100644
index b3d17f73..00000000
--- 
a/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to ML by means of the Maximum Entropy (ME) algorithm.
- */
-package opennlp.tools.ml.maxent;
diff --git 
a/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/quasinewton/package-info.java
 
b/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/quasinewton/package-info.java
deleted file mode 100644
index d9ca6064..00000000
--- 
a/opennlp-core/opennlp-ml/opennlp-ml-maxent/src/main/java/opennlp/tools/ml/maxent/quasinewton/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to ML by means of the Quasi Newton (QN) algorithm.
- */
-package opennlp.tools.ml.maxent.quasinewton;
diff --git 
a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/src/main/java/opennlp/tools/ml/perceptron/package-info.java
 
b/opennlp-core/opennlp-ml/opennlp-ml-perceptron/src/main/java/opennlp/tools/ml/perceptron/package-info.java
deleted file mode 100644
index 5eea5421..00000000
--- 
a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/src/main/java/opennlp/tools/ml/perceptron/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to ML by means of the perceptron algorithm.
- */
-package opennlp.tools.ml.perceptron;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/chunker/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/chunker/package-info.java
deleted file mode 100644
index c76a55e8..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/chunker/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to finding non-recursive syntactic annotation such as noun 
phrase chunks.
- */
-package opennlp.tools.chunker;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/dictionary/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/dictionary/package-info.java
deleted file mode 100644
index c6a368b0..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/dictionary/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to parsing and storing dictionaries.
- */
-package opennlp.tools.dictionary;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/doccat/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/doccat/package-info.java
deleted file mode 100644
index 9a0795e7..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/doccat/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package for classifying a document into a category.
- */
-package opennlp.tools.doccat;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/entitylinker/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/entitylinker/package-info.java
deleted file mode 100644
index b30a028b..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/entitylinker/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to linking entities to external data sources.
- */
-package opennlp.tools.entitylinker;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/langdetect/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/langdetect/package-info.java
deleted file mode 100644
index 35c7f754..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/langdetect/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to predicting languages from samples of text.
- */
-package opennlp.tools.langdetect;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/languagemodel/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/languagemodel/package-info.java
deleted file mode 100644
index e64bbee3..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/languagemodel/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to language models
- */
-package opennlp.tools.languagemodel;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/lemmatizer/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/lemmatizer/package-info.java
deleted file mode 100644
index f8f0cd8e..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/lemmatizer/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to the lemmatizer functionality.
- */
-package opennlp.tools.lemmatizer;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/log/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/log/package-info.java
deleted file mode 100644
index 6dd6322c..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/log/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package contains a {@link java.io.PrintStream} adapter for internal use 
only.
- */
-package opennlp.tools.log;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/ml/package-info.java 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/ml/package-info.java
deleted file mode 100644
index 31292faf..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/ml/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to Machine Learning (ML) features of OpenNLP, the related 
ML models, and trainers.
- */
-package opennlp.tools.ml;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/namefind/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/namefind/package-info.java
deleted file mode 100644
index 01e55ae8..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/namefind/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to finding proper names and numeric amounts.
- */
-package opennlp.tools.namefind;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/ngram/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/ngram/package-info.java
deleted file mode 100644
index 2e6558f4..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/ngram/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to computing and storing n-gram frequencies.
- */
-package opennlp.tools.ngram;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/package-info.java 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/package-info.java
deleted file mode 100644
index 7204600d..00000000
--- a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Contains packages which solve common NLP tasks.
- */
-package opennlp.tools;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/chunking/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/chunking/package-info.java
deleted file mode 100644
index bacf55cb..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/chunking/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package containing code for performing full syntactic parsing using 
shift/reduce-style decisions.
- */
-package opennlp.tools.parser.chunking;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/package-info.java
deleted file mode 100644
index 3b3de746..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package containing common code for performing full syntactic parsing.
- */
-package opennlp.tools.parser;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/treeinsert/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/treeinsert/package-info.java
deleted file mode 100644
index 27768882..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/parser/treeinsert/package-info.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package containing experimental code for performing full syntactic
- * parsing using attachment decisions.
- */
-package opennlp.tools.parser.treeinsert;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/postag/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/postag/package-info.java
deleted file mode 100644
index 598f91b0..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/postag/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to part-of-speech tagging.
- */
-package opennlp.tools.postag;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/sentdetect/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/sentdetect/package-info.java
deleted file mode 100644
index f8ad58b1..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/sentdetect/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package related to identifying sentence boundaries.
- */
-package opennlp.tools.sentdetect;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/tokenize/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/tokenize/package-info.java
deleted file mode 100644
index 0b45b1fc..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/tokenize/package-info.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Contains classes related to finding token or words in a string. All
- * tokenizer implement the Tokenizer interface. Currently, there is the
- * learnable {@code TokenizerME}, the {@code WhitespaceTokenizer} and
- * the {@code SimpleTokenizer} which is a character class tokenizer.
- */
-package opennlp.tools.tokenize;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/featuregen/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/featuregen/package-info.java
deleted file mode 100644
index d04f321b..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/featuregen/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * This package contains classes for generating sequence features.
- */
-package opennlp.tools.util.featuregen;
diff --git 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/package-info.java
 
b/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/package-info.java
deleted file mode 100644
index 2d4c65bf..00000000
--- 
a/opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package containing utility data structures and algorithms used by multiple 
other packages.
- */
-package opennlp.tools.util;
diff --git a/opennlp-tools/src/main/java/opennlp/tools/package-info.java 
b/opennlp-tools/src/main/java/opennlp/tools/package-info.java
deleted file mode 100644
index 7204600d..00000000
--- a/opennlp-tools/src/main/java/opennlp/tools/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Contains packages which solve common NLP tasks.
- */
-package opennlp.tools;
diff --git a/opennlp-tools/src/main/java/opennlp/tools/util/package-info.java 
b/opennlp-tools/src/main/java/opennlp/tools/util/package-info.java
deleted file mode 100644
index 2d4c65bf..00000000
--- a/opennlp-tools/src/main/java/opennlp/tools/util/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Package containing utility data structures and algorithms used by multiple 
other packages.
- */
-package opennlp.tools.util;

Reply via email to