You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by bo...@apache.org on 2020/08/24 13:41:32 UTC

[tika] branch main updated: Remove CTAKESParser in file org.apache.tika.parser.Parser

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b3e4be2  Remove CTAKESParser in file org.apache.tika.parser.Parser
b3e4be2 is described below

commit b3e4be2c223a0d7eb48f4b2c98a152592c903886
Author: PeterAlfredLee <pe...@gmail.com>
AuthorDate: Mon Aug 24 20:12:37 2020 +0800

    Remove CTAKESParser in file org.apache.tika.parser.Parser
    
    CTAKESParser should not load via the parser service loader
    because it will cause an infinite loop.
---
 .../src/main/resources/META-INF/services/org.apache.tika.parser.Parser   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tika-advanced-parser-modules/tika-parser-nlp-module/src/main/resources/META-INF/services/org.apache.tika.parser.Parser b/tika-advanced-parser-modules/tika-parser-nlp-module/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
index 3ad690a..cea7492 100644
--- a/tika-advanced-parser-modules/tika-parser-nlp-module/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
+++ b/tika-advanced-parser-modules/tika-parser-nlp-module/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
@@ -13,7 +13,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-org.apache.tika.parser.ctakes.CTAKESParser
 org.apache.tika.parser.geo.GeoParser
 org.apache.tika.parser.journal.JournalParser
 org.apache.tika.parser.sentiment.SentimentAnalysisParser
\ No newline at end of file