We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4180e commit 7af43f1Copy full SHA for 7af43f1
gradle/generation/nori.gradle
@@ -55,7 +55,7 @@ configure(project(":lucene:analysis:nori")) {
55
dependsOn sourceSets.main.runtimeClasspath
56
57
def dictionaryName = "mecab-ko-dic-2.1.1-20180720"
58
- def dictionarySource = "https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/${dictionaryName}.tar.gz"
+ def dictionarySource = "https://s3.amazonaws.com/lucene-testdata/mecab/${dictionaryName}.tar.gz"
59
def dictionaryFile = file("${buildDir}/generate/${dictionaryName}.tar.gz")
60
def unpackedDir = file("${buildDir}/generate/${dictionaryName}")
61
0 commit comments