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

Case and term selection for French #139

Closed
kermitt2 opened this issue Feb 8, 2022 · 0 comments · Fixed by #142
Closed

Case and term selection for French #139

kermitt2 opened this issue Feb 8, 2022 · 0 comments · Fixed by #142
Assignees
Labels

Comments

@kermitt2
Copy link
Owner

kermitt2 commented Feb 8, 2022

There's currently a problem with the selection of candidates for French. It appears that the case condition is not applied as it should.

For example, in the following query, common words in lower case raises some candidates corresponding to full upper case terms:
sait - > SAIT -> Southern Alberta Institute of Technology
ou -> OU -> French NER gives institution
aise -> AISE -> Agenzia Informazioni e Sicurezza Esterna

It is not the case for English and it seems related to the French NER.

{
    "text": "On ne sait pas si l'autre est à l'aise ou pas, jusqu'où on peut aller. ",
    "shortText": "",
    "termVector": [],
    "language": {
        "lang": "en"
    },
    "entities": [],
    "mentions": [
        "ner",
        "wikipedia"
    ],
    "nbest": false,
    "sentence": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant