Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API queries in Turkish returns Turkish and Azerbaijani in same result #3202

Open
kozdincer opened this issue May 7, 2015 · 2 comments
Open
Labels

Comments

@kozdincer
Copy link

kozdincer commented May 7, 2015

Hi,
When i query some turkish sentences/words from english, sometimes return Azerbaijani results.
Example output below first sentences is not turkish, it is azerbaijani;

$ curl "https://amagama-live.translatehouse.org/api/v1/en/tr/unit/Do%20you%20want%20to%20reload%20the%20file?"
[
    {
        "quality": 96.7741935483871,
        "rank": 100,
        "source": "Do you want to reload the file?",
        "target": "Dosyeni kene yüklemege isteysiñizmi?"
    },
    {
        "quality": 96.7741935483871,
        "rank": 100,
        "source": "Do you want to reload the file?",
        "target": "Dosyayı yeniden yüklemek istiyor musunuz?"
    },
    {
        "quality": 79.41176470588235,
        "rank": 67.9649995820254,
        "source": "Do you want to reload the project?",
        "target": "Projeyi tekrar yüklemek ister misiniz?"
    },
    {
        "quality": 72.72727272727273,
        "rank": 67.9649995820254,
        "source": "Do you want to install this file?",
        "target": "Bu dosyaları yüklemek istiyor musunuz?"
    },
    {
        "quality": 72.22222222222223,
        "rank": 67.9649995820254,
        "source": "Do you want to remove this file now?",
        "target": "Şimdi dosyaları kaldırmak istiyor musunuz?"
    }
]
@kozdincer kozdincer changed the title API queries in Turkish returns Turkish and Azerbaijani in same results. API queries in Turkish returns Turkish and Azerbaijani in same result May 7, 2015
@unho unho added the bug label May 7, 2015
@friedelwolff
Copy link
Member

@kozdincer: did you ever find out where these strings come from?

I wonder if the upstream projects had incorrect files. If so, we would have to fix it upstream.

I am rebuilding the database now, so we'll have to check if it still occurs. Maybe the problem solved itself in the meanwhile.

@kozdincer
Copy link
Author

@friedelwolff problem still occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants