flashlight / text

Text utilities, including beam search decoding, tokenizing, and more, built for use in Flashlight.
MIT License
64 stars 14 forks source link

[A typo in Python Bindings Quickstart ] #63

Closed ZL92 closed 1 year ago

ZL92 commented 1 year ago

Bug Description

First of all, thanks for updating the Python Bindings. I think there is a typo in Quickstart. Now it is

pip install git+https://github.com.kpu/kenlm.git. 

I think the correct one is replacing the dot after com with a forward slash, which is

pip install git+https://github.com/kpu/kenlm.git. 

Reproduction Steps

n/a

Platform and Hardware

n/a

Additional Context

n/a

jacobkahn commented 1 year ago

@ZL92 — thanks for catching! Feel free to send a PR to fix; else I'll do so later today.