{"id":22837426,"url":"https://github.com/hubtou/dict-fr-abu","last_synced_at":"2026-02-13T20:59:21.963Z","repository":{"id":57418142,"uuid":"398806733","full_name":"HubTou/dict-fr-ABU","owner":"HubTou","description":"French dictionaries from Association des Bibliophiles Universels (ABU)","archived":false,"fork":false,"pushed_at":"2021-08-27T14:15:59.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:45:46.864Z","etag":null,"topics":["dictionaries","dictionary","dictionary-data","french","pnu-project","spell","spell-check","spellcheck","spellchecker","spelling","spelling-checker","spelling-correction","text-processing","words"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HubTou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-22T13:29:24.000Z","updated_at":"2021-08-27T14:16:02.000Z","dependencies_parsed_at":"2022-09-03T08:52:08.349Z","dependency_job_id":null,"html_url":"https://github.com/HubTou/dict-fr-ABU","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubTou%2Fdict-fr-ABU","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubTou%2Fdict-fr-ABU/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubTou%2Fdict-fr-ABU/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubTou%2Fdict-fr-ABU/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HubTou","download_url":"https://codeload.github.com/HubTou/dict-fr-ABU/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246412961,"owners_count":20773050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dictionaries","dictionary","dictionary-data","french","pnu-project","spell","spell-check","spellcheck","spellchecker","spelling","spelling-checker","spelling-correction","text-processing","words"],"created_at":"2024-12-12T23:16:50.230Z","updated_at":"2025-10-05T02:29:09.271Z","avatar_url":"https://github.com/HubTou.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\npip install [dict-fr-ABU](https://pypi.org/project/dict-fr-ABU/)\n\n# French dictionaries from Association des Bibliophiles Universels (ABU)\n\n## DESCRIPTION\nThis package contains several dictionaries processed from [those made available](http://abu.cnam.fr/DICO/) by the [Association des Bibliophiles Universels (ABU)](http://abu.cnam.fr/) organization before 2003.\n\n## FILES\nAll files are installed in Python's */usr/local* equivalent, under *share/dict*.\n\n### Original files\n\nFilename|Description\n---|---\ndict-fr-ABU-cites|39.076 French cities list (accented, with compound words), along with postal zip code\ndict-fr-ABU-Header-cites|French cities list (mandatory header)\ndict-fr-ABU-dicorth|1.500 French orthographical difficulties by decreasing frequency (with compound words)\ndict-fr-ABU-Header-dicorth|French orthographical difficulties (mandatory header)\ndict-fr-ABU-mots_communs|255.282 French common words (including female and plural forms, as well as conjugated verbs), along with singular / unconjugated form, and type \ndict-fr-ABU-pays|170 countries and regions (with compound words)\ndict-fr-ABU-Header-pays|Countries and regions (mandatory header)\ndict-fr-ABU-prenoms|12.437 firstnames (unaccented)\ndict-fr-ABU-Header-prenoms|Firstnames (mandatory header)\ndict-fr-ABU-License|ABU 1.1 License\n\n### Generated files\n\nFilename|Description\n---|---\ndict-fr-ABU-cites.ascii|French cities list (unaccented)\ndict-fr-ABU-cites.unicode|French cities list (accented)\ndict-fr-ABU-cites.combined|French cities list (with both accented and unaccented words)\ndict-fr-ABU-mots_communs.ascii|French common words (unaccented)\ndict-fr-ABU-mots_communs.combined|French common words (accented)\ndict-fr-ABU-mots_communs.unicode|French common words (with both accented and unaccented words)\ndict-fr-ABU-pays.ascii|Countries and regions (unaccented)\ndict-fr-ABU-pays.combined|Countries and regions (accented)\ndict-fr-ABU-pays.unicode|Countries and regions (with both accented and unaccented words)\ndict-fr-ABU-prenoms.ascii|Firstnames (unaccented)\n\nThese generated files went through the following transformations:\n* extraction of the headers into the *dict-fr-header-\\** files above\n* conversion from ISO-Latin-1 to UTF-8\n* sort\n* removal of duplicates\n* removal of lemma and grammatical info from dict-fr-ABU-mots_communs\n* removal of the zip codes from dict-fr-ABU-cites\n* lossless conversion of accents for the *\\*-ascii* versions\n* combination of the *\\*-ascii* and *\\*-unicode* versions into the *\\*-combined* ones (without duplicates)\n\n## SEE ALSO\n[spell(1)](https://www.freebsd.org/cgi/man.cgi?query=spell) like tools,\n[anagram(6)](https://github.com/HubTou/anagram/blob/main/README.md)\n\n## HISTORY\nThese data files were originally intended to be used with the [PNU project](https://github.com/HubTou/PNU)'s\n[anagram](https://github.com/HubTou/anagram) command, as well as many other text processing tools.\n\nI wrote an [history of Unix \u0026 French dictionaries](https://github.com/HubTou/PNU/wiki/Les-dictionnaires-sous-Unix) (in French only),\nwhich covers this dictionary and many others.\n\n## LICENSE\nThe original contents, as well as this package, are licensed under the [ABU 1.1 license](http://abu.cnam.fr/cgi-bin/donner_licence).\n\nSome source files had mandatory headers that were kept under *data/dict-fr-ABU-Header-\\** rather than in the files themselves, in order to ease direct processing with other tools.\n\n## AUTHORS\n[Association des Bibliophiles Universels (ABU)](http://abu.cnam.fr/INFO/) for the original contents.\n\n[Hubert Tournier](https://github.com/HubTou) for the package.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubtou%2Fdict-fr-abu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhubtou%2Fdict-fr-abu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubtou%2Fdict-fr-abu/lists"}