https://github.com/gatenlp/gateplugin-tagger_corenlp
A GATE plugin for annotating documents using a CoreNLP server
https://github.com/gatenlp/gateplugin-tagger_corenlp
Last synced: about 1 month ago
JSON representation
A GATE plugin for annotating documents using a CoreNLP server
- Host: GitHub
- URL: https://github.com/gatenlp/gateplugin-tagger_corenlp
- Owner: GateNLP
- License: lgpl-2.1
- Created: 2016-08-30T14:00:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T16:31:54.000Z (almost 10 years ago)
- Last Synced: 2025-11-30T04:53:22.676Z (8 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GATE CoreNLP Server plugin
This is a plugin for the GATE NLP fraemwork that annotates documents based on a
CoreNLP server (see http://stanfordnlp.github.io/CoreNLP/corenlp-server.html).
NOTE: this does not support the CoreNLP parser and co-referencer yet. Tokenization, sentence splitting, pos tagging,
finding the lemma and NER are supported.
[More information can be found in the wiki](https://github.com/GateNLP/gateplugin-Tagger_CoreNLP/wiki).