qasrl-bank_sjs0.6_2.12

qasrl-bank

License

License

MIT
GroupId

GroupId

org.julianmichael
ArtifactId

ArtifactId

qasrl-bank_sjs0.6_2.12
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

qasrl-bank_sjs0.6_2.12
qasrl-bank
Project URL

Project URL

https://github.com/julianmichael/qasrl-bank-scala
Source Code Management

Source Code Management

https://github.com/julianmichael/qasrl-bank-scala

Download qasrl-bank_sjs0.6_2.12

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.julianmichael : qasrl_sjs0.6_2.12 jar 0.2.0

Project Modules

There are no modules declared in this project.

QA-SRL Bank Scala Client

This directory houses the Scala client library for the QA-SRL Bank 2.0 dataset. In here are types and JSON serialization tools for reading in the data and processing it or serving it through HTTP.

Usage

Add the following to your Mill build ivyDeps:

  ivy"org.julianmichael::qasrl-bank::0.1.0",
  ivy"org.julianmichael::qasrl-bank-service::0.1.0" // optional

The main way you would use this is construct a qasrl.bank.FullData object (defined here) passing it the location of the directory holding the QA-SRL Bank data. If you also include the qasrl-bank-service dependency, you can use this to spin up an HTTP server that you can then hit with requests from the JavaScript client in the browser. For example uses, see the qasrl-apps project.

Versions

Version
0.2.0
0.1.0