kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.5k stars 513 forks source link

Kenlm #321

Closed TEJASK111 closed 3 years ago

TEJASK111 commented 3 years ago

How can I compile kenlm using cygwin in windows 10.

kpu commented 3 years ago

Windows is not supported but you are welcome to submit a pull request.

TEJASK111 commented 3 years ago

Kenlm is not supported in windows?

kpu commented 3 years ago

It might work, it might not. But I don't spend any time ensuring it does. The community contributes code from time to time.

hieuhoang commented 3 years ago

Use wsl2 instead o of cygwin https://docs.microsoft.com/en-us/windows/wsl/install-win10

On Sun, Jan 31, 2021, 6:58 AM Kenneth Heafield notifications@github.com wrote:

It might work, it might not. But I don't spend any time ensuring it does. The community contributes code from time to time.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kpu/kenlm/issues/321#issuecomment-770413079, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFI4FAIUUFQWUKSSNPFR2TS4WDZ3ANCNFSM4W3NSUCA .

TEJASK111 commented 3 years ago

@hieuhoang you mean that I can compile kenlm in wsl . So can I use it in windows or I have to use it in wsl only.

hieuhoang commented 3 years ago

Ah, you can compile kenlm in wsl2 like it was Linux. But you can't use it in a windows application

On Sun, Jan 31, 2021, 6:01 PM TEJASK111 notifications@github.com wrote:

@hieuhoang https://github.com/hieuhoang you mean that I can compile kenlm in wsl . So can I use it in windows or I have to use it in wsl only.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kpu/kenlm/issues/321#issuecomment-770547862, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFI4FAJZPCWK4YSRNEEO63S4YRRZANCNFSM4W3NSUCA .

TEJASK111 commented 3 years ago

@hieuhoang thanks for help