Open alexandrecoulay opened 1 year ago
Hi,
When I want to detect French language, I have this error
Error: Failed to identify language
For this code
import cld from "cld"; async function testCld() { const result = await cld.detect("J'aime me beurrer la biscote"); console.log(result); } testCld()
I noticed cld fails to make any detection on text below +-50 characters. Give it a longer text, and it will detect the language correctly.
cld
Hi,
When I want to detect French language, I have this error
For this code