Skip to content

hlt-mt/CSWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSWA

Continuous Space Word Alignment Model

HOW TO INSTALL WITH CMAKE

  • cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/path/where/to/install"
  • make
  • make install

Note: If your g++ compiler does not support '-std=c++0x', please add parameter '-DCXX0:BOOL=OFF' To check whether g++ complier does support '-std=c++0x', please run the following command: $> echo | g++ -E -x c++ -std=c++0x -dM - >& /dev/null ; echo $?

About

Continuous Space Word Alignment Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published