vsiivola / variKN

A toolkit for producing n-gram language models. The highlights are the implementation of Kneser-Ney growing and revised Kneser pruning methods.
Other
40 stars 14 forks source link

add missing import to use shared_ptr correctly #11

Closed alhoo closed 6 years ago

alhoo commented 6 years ago

g++ is unable to compile the PerplexityFunctions.cc without memory module. Include it in the header file.

vsiivola commented 6 years ago

Thanks! I'm testing with latest g++ from Homebrew, that was/is working without the include.

vsiivola commented 6 years ago

Hmm, actually it is using XCode tools. Interesting.