Learning weights of a finite state automaton (WFSA)
- CMAKE
- C++11 compilant compiler, or Visual C++ 19 or higher.
- Intel MKL
- define the
MKLROOTenvironment variable as the path to MKL install directory. - Windows example:
set "MKLROOT=C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\mkl" - linux example:
MKLROOT=/opt/intel/compilers_and_libraries/linux/mkl
- define the