wordcut-engine 1.2.2

Word segmentation/breaking library
Documentation
1
2
3
4
#!/bin/bash

grep -v $'\ufeff' ../data/cjdict.txt | grep -v '^ *#' | cut -f1 > ../data/cjwordlist.txt