Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update to mecab-ko-dic-2.0.3-20170922
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Nov 15, 2017
1 parent 75d5479 commit 4578978
Show file tree
Hide file tree
Showing 53 changed files with 81 additions and 77 deletions.
4 changes: 2 additions & 2 deletions CoinedWord.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions EC.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions EF.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions EP.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions ETM.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion ETN.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Foreign.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion Group.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Hanja.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions IC.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Inflect.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions J.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions MAG.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions MAJ.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion MM.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions NNB.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion NNBC.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions NNG.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions NNP.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions NP.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion NR.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion NorthKorea.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Person-actor.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Person.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Place-address.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion Place-station.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Place.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Preanalysis.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion Symbol.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions VA.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion VCN.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion VCP.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion VV.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions VX.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions Wikipedia.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion XPN.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion XR.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions XSA.csv
Git LFS file not shown
2 changes: 1 addition & 1 deletion XSN.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions XSV.csv
Git LFS file not shown
Empty file modified autogen.sh
100644 → 100755
Empty file.
Empty file modified clean
100644 → 100755
Empty file.
Empty file modified configure
100644 → 100755
Empty file.
Empty file modified install-sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions left-id.def
Git LFS file not shown
4 changes: 2 additions & 2 deletions matrix.def
Git LFS file not shown
Empty file modified missing
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions model.def
Git LFS file not shown
4 changes: 2 additions & 2 deletions right-id.def
Git LFS file not shown
6 changes: 5 additions & 1 deletion tools/add-userdic.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash

readonly PROG_NAME=$(basename $0)
readonly PROG_DIR=$(readlink -m $(dirname $0))
if [ -n "`which greadlink`" ]; then # for macOS
readonly PROG_DIR=$(greadlink -m $(dirname $0)) # if not installed: `brew install coreutils`
else
readonly PROG_DIR=$(readlink -m $(dirname $0))
fi
readonly DIC_PATH=$PROG_DIR/..
readonly USERDIC_PATH=${DIC_PATH}/user-dic
readonly MECAB_EXEC_PATH=/usr/local/libexec/mecab
Expand Down
Empty file modified tools/convert_for_using_store.sh
100644 → 100755
Empty file.
Empty file modified tools/mecab-bestn.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions unk.def
Git LFS file not shown

0 comments on commit 4578978

Please sign in to comment.