nlpdata_sjs0.6_2.11

nlpdata

License

License

MIT
Categories

Categories

Data
GroupId

GroupId

org.julianmichael
ArtifactId

ArtifactId

nlpdata_sjs0.6_2.11
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

nlpdata_sjs0.6_2.11
nlpdata
Project URL

Project URL

https://github.com/julianmichael/nlpdata
Source Code Management

Source Code Management

https://github.com/julianmichael/nlpdata

Download nlpdata_sjs0.6_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/org.julianmichael/nlpdata_sjs0.6_2.11/ -->
<dependency>
    <groupId>org.julianmichael</groupId>
    <artifactId>nlpdata_sjs0.6_2.11</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.julianmichael/nlpdata_sjs0.6_2.11/
implementation 'org.julianmichael:nlpdata_sjs0.6_2.11:0.2.0'
// https://jarcasting.com/artifacts/org.julianmichael/nlpdata_sjs0.6_2.11/
implementation ("org.julianmichael:nlpdata_sjs0.6_2.11:0.2.0")
'org.julianmichael:nlpdata_sjs0.6_2.11:jar:0.2.0'
<dependency org="org.julianmichael" name="nlpdata_sjs0.6_2.11" rev="0.2.0">
  <artifact name="nlpdata_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.julianmichael', module='nlpdata_sjs0.6_2.11', version='0.2.0')
)
libraryDependencies += "org.julianmichael" % "nlpdata_sjs0.6_2.11" % "0.2.0"
[org.julianmichael/nlpdata_sjs0.6_2.11 "0.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.typelevel : cats-core_sjs0.6_2.11 jar 1.1.0
org.typelevel : cats-free_sjs0.6_2.11 jar 1.1.0
com.lihaoyi : fastparse_sjs0.6_2.11 jar 0.4.4
com.github.mpilquist : simulacrum_sjs0.6_2.11 jar 0.10.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2.0
0.1.0