-
Notifications
You must be signed in to change notification settings - Fork 101
Home
Welcome to the processors
wiki! The pages here have been loosely divided into sections based on intended audience.
-
Users (r--)
Mini GitHub Tutorial explains how to clone
processors
from GitHub and work with the project.A Taxonomy of Processors details which processors are available and what they're good for.
Quick Notes on Starting with Processors Classifiers helps with classification tasks.
The Akka based CoreNLP Processor Server describes the
processors
server which was available until v8. -
Developers (-w-)
Converting from Penn Treebank to Basic Stanford Dependencies explains this procedure.
Discourse Parsers Details documents this component.
Training the Neural Network Parser explains how to train parsers.
Retraining CluProcessor does similarly for a processor.
Accessing Files & Resources in CLU Code offers advice on how to incorporate external data into our Scala programs.
Releasing Resources (e.g., closing files) offers coding tips on how to do this properly
Serializing Mentions explains how this is and should be done.
-
Maintainers (--x)
Pre-release notes includes a short todo list of publishing preparations.
How to Publish a Repo explains how to access maven central and publish the old way.
How to use the sbt release plugin updates the publishing procedure.
- Users (r--)
- Developers (-w-)
- Maintainers (--x)