Sha256: 94b7009a779850d9b675c8c40b232946ed4fe8374de8981a66f9af530ce0860f
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
#!/bin/sh if [ 2 != $# ]; then echo "usage: $0 db_path eijiro.csv_path" exit 1 fi if iconv -f UCS2 -t UTF8 $2 | ./eijiro2grn.rb | groonga $1 > /dev/null; then echo "eijiro data loaded." fi
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rroonga-1.0.1-x86-mingw32 | vendor/local/share/groonga/examples/dictionary/eijiro/eijiro_import.sh |