greyblake / whatlang-rs

Natural language detection library for Rust. Try demo online: https://whatlang.org/
https://whatlang.org/
MIT License
969 stars 109 forks source link

Link to whitepaper in README yields a 404. #33

Closed jperras closed 5 years ago

jperras commented 5 years ago

The README points to http://www.let.rug.nl/usa//~vannoord/TextCat/textcat.pdf, which is (as of this moment), returning a 404.

greyblake commented 5 years ago

Thanks for the report. Looks like that site is down. I googled and found another source of the document: https://www.researchgate.net/publication/2375544_N-Gram-Based_Text_Categorization

greyblake commented 5 years ago

I just updated the README. Probably I need somehow to automate dead link checking in CI. Thanks again for the report :+1:

jperras commented 5 years ago

Thanks for the link to the paper!