bgnkim / koalanlp   1.9.4

Website GitHub

KoalaNLP는 @koalanlp/koalanlp로 이동했습니다:

Scala versions: 2.12 2.11 2.10

koalanlp-kkma 1.3.3


Group ID:
kr.bydelta
Artifact ID:
koalanlp-kkma_2.11
Version:
1.3.3
Release Date:
Sept 1, 2016
Licenses:

libraryDependencies += "kr.bydelta" %% "koalanlp-kkma" % "1.3.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"kr.bydelta::koalanlp-kkma:1.3.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "kr.bydelta::koalanlp-kkma:1.3.3"

Ammonite REPL

import $ivy.`kr.bydelta::koalanlp-kkma:1.3.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>kr.bydelta</groupId>
  <artifactId>koalanlp-kkma_2.11</artifactId>
  <version>1.3.3</version>
</dependency>

compile group: 'kr.bydelta', name: 'koalanlp-kkma_2.11', version: '1.3.3'