Skip to content

Commit 7af43f1

Browse files
committed
Update source dictionary for nori. #14760
1 parent 1d4180e commit 7af43f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/generation/nori.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ configure(project(":lucene:analysis:nori")) {
5555
dependsOn sourceSets.main.runtimeClasspath
5656

5757
def dictionaryName = "mecab-ko-dic-2.1.1-20180720"
58-
def dictionarySource = "https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/${dictionaryName}.tar.gz"
58+
def dictionarySource = "https://s3.amazonaws.com/lucene-testdata/mecab/${dictionaryName}.tar.gz"
5959
def dictionaryFile = file("${buildDir}/generate/${dictionaryName}.tar.gz")
6060
def unpackedDir = file("${buildDir}/generate/${dictionaryName}")
6161

0 commit comments

Comments
 (0)