UNPKG

efficient-language-detector-no-dynamic-import

Version:

Fast and accurate natural language detection. Detector written in Javascript. Efficient language detector, Nito-ELD, ELD.

12 lines 280 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tests</title> </head> <body> Results at the console.<br> You can also run them at node: <code>&gt;node tests.js</code> <script type="module" src="tests.js"></script> </body> </html>