From 1a4bf3b29c818f9e368be8f61b8d25784eba9acd Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 7 Oct 2014 17:56:02 +0200 Subject: [PATCH] Add wooorm/franc to Natural Language Processing This addition adds [franc](http://github.com/wooorm/franc), a library to detect which natural language (out of 160+ languages) is used in a given string, to Natural Language Processing. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7990c28..014fb58 100644 --- a/readme.md +++ b/readme.md @@ -451,6 +451,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [natural](https://github.com/NaturalNode/natural) - A general natural language facility. - [retext](https://github.com/wooorm/retext) - An extensible natural language system. +- [franc](https://github.com/wooorm/franc) - Detect the language of text. - [leven](https://github.com/sindresorhus/leven) - Measure the difference between two strings using the Levenshtein distance algorithm.