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

English support #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

sararic
Copy link

@sararic sararic commented Apr 24, 2021

J'ai inclus un dictionnaire Anglais pris de https://github.com/dwyl/english-words/, et fait les modifications nécessaires pour accomoder un choix anglais/français, et peut-être d'autres langues à l'avenir. La langue par défault reste le Français.

@LPe7
Copy link

LPe7 commented Apr 27, 2021

$ grep "^stone$" words_en.txt
$ echo $?
1

👀 😏

La liste semble incomplète 😂


In fact il y est mais avec une majuscule :

$ grep -in "^stone$" works_en.txt
385239:Stone

@sararic
Copy link
Author

sararic commented Apr 27, 2021

In fact il y est mais avec une majuscule :

$ grep -in "^stone$" works_en.txt
385239:Stone

Oui, j'allais justement répondre ça. ^^

$ grep ^[Ss]tone$ words_en.txt

Mais loin de moi l'ambition de trouver un dictionnaire complet de la langue anglaise. Il suffit qu'il y ait suffisemment de mots pour créer des mots à sonorité anglaise. Et ça semble marcher plutôt bien.

Edit: Je pourrais en effet transformer tous les mots de la liste en minuscule. Le problème, c'est qu'elle contient des acronymes tels que ASAP ou FUBAR. Ces mots existent techniquement en Anglais, et sont orthographiés tout en majuscule.

Copy link

@carne8 carne8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want that !!!

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

Successfully merging this pull request may close these issues.

4 participants