mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Remove references to the library/langdet folder
This commit is contained in:
parent
64243d33d0
commit
ba1975ac3a
21 changed files with 2 additions and 5857 deletions
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
require_once 'Text/LanguageDetect.php';
|
||||
|
||||
$text = 'Was wäre, wenn ich Ihnen das jetzt sagen würde?';
|
||||
|
||||
$ld = new Text_LanguageDetect();
|
||||
$result = $ld->detectSimple($text);
|
||||
var_dump($result);
|
||||
//output: german
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue