Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 361 Bytes

Word Segmentation

(Recurrent and Convolutional) neural network implementations for the task of english word segmentation.

Installation

pip install -r requirements.txt

Usage

As a very basic usage one may use the following command:

python train.py --training-data path/to/file.txt --output-path model/output/ --model [cnn,lstm,gru]