julianmichael / nlpdata   0.2.0

MIT License GitHub

Utilities for reading and working with various datasets for NLP.

Scala versions: 2.12 2.11
Scala.js versions: 0.6

nlpdata

Utilities for reading and working with various datasets for NLP.

Documentation coming soon. Any documentation lying around the codebase is out of date.

Getting Started

Include nlpdata as a Maven dependency. In sbt, add

libraryDependencies += "org.julianmichael" %%% "nlpdata" % "0.2.0"

to your project's settings. In Mill, add

ivy"org.julianmichael::nlpdata::0.2.0"

to your project's ivyDeps.