Skip to content

seanghay/khnormal.cpp

Repository files navigation

Khmer encoding normalization implementation in C++.

heavily inspired from [https://github.com/sillsdev/khmer-character-specification]

Test cases are from [https://github.com/sillsdev/khmer-normalizer]

Build:

  git clone --recursive https://github.com/seanghay/khnormal.cpp.git
  
  mkdir build/
  cd build/
  cmake ..
  make -j4

About

Khmer encoding normalization implementation in C++.

Topics

Resources

License

Stars

Watchers

Forks