Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 261 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 261 Bytes

Lexically Grounded Subword Segmentation (LEGROS)

Word-embedding-based subword segmentation algorithm with bigrams!

Building C++ code

You can build the project with cmake by following the standard routine:

mkdir build
cd build
cmake ..
make