Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 561 Bytes

dwl

discriminative word lexicon built on top of cnn

Building instructions

You will need to download the CNN neural network library. Add a symlink from the root of the repository to the root of CNN then do:

mkdir build
cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/eigen
make

Data format

Use the cdec parallel data format.

Note

This isn't supported or anything, I just wanted an example of the model with CNN and thought it might be of interest for others.