Giter Club home page Giter Club logo

detectlanguage-php's Issues

Obvious cases of misinterpretation

Your engine works very fine, in general. But after testing a little, I found that there are annoying cases of misinterpretation, one of which is found directly in your instructions.

How can it be that a word like "señor" is interpreted as Portuguese at all? In Portuguese, your example sentence would read "Bom dia senhor".

Likewise, a construction like "Fjord- und Familienpferde", which is clearly German, is interpreted as Norwegian, probably due to the word "Fjord" which takes preference here.

The same is true for the sequence "Fjordpferd, Fjord, Pferde, Pferd, Fjordpferde, Fjordgestüt, Gestüt" which has lots of words nonexistent in Norwegian. Google detects it as German and translates into Norwegian with "Fjord hest, fjord, hester, hest, fjordhest, Fjord Stud, Stud".

I think the 2nd test is proof that "Fjord" is the trigger for the characterization as Norwegian. Acknowledging this, how big is the chance that other words would trigger wrong language characterizations as well?

Throws an error with special characters in Laravel

Hi

I've been a longtime (and happy!) user. I'm currently converting my site to Laravel and thus also my languagedetect routine. This however gives me an error:

DetectLanguage::detect("Buenos dias señor"); throws an error while DetectLanguage::detect("Buenos dias senor"); doesn't (same with é, à etc)

The error thrown is
` Invalid server response:

at vendor/detectlanguage/detectlanguage/lib/DetectLanguage/Client.php:45
41▕ $response_body = self::$request_method($url, $params);
42▕ $response = json_decode($response_body);
43▕
44▕ if (!is_object($response))
➜ 45▕ throw new Error("Invalid server response: $response_body");
46▕
47▕ if (isset($response->error))
48▕ throw new Error($response->error->message);
`

In Client.php the params-parameter is

array:1 [
  "q" => b"Buenos dias señor"
]

I'm guessing the 'b' doesn't belong there :) I can't seem to find where it's coming from?! it's already present in $text in the detect() class in DetectLanguage.php.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.