All Projects → hbenbel → French-Dictionary

hbenbel / French-Dictionary

Licence: Unlicense license
CSV files containing all french adjectives, adverbs, conjunctions, determiners, nouns, prepositions, pronouns, verbs and their gender, types and conjugations

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to French-Dictionary

MyGoldenDict
My personal goldendict-dictionaries collection
Stars: ✭ 13 (-82.43%)
Mutual labels:  dictionary, french
flask-mdict
Flask Mdict Server. Query word online with MDICT dictionary
Stars: ✭ 62 (-16.22%)
Mutual labels:  dictionary
langua
A suite of language tools
Stars: ✭ 29 (-60.81%)
Mutual labels:  dictionary
pali
Pāḷi Tipiṭaka and Pāḷi Dictionaries
Stars: ✭ 20 (-72.97%)
Mutual labels:  dictionary
engAraDictionaryFrom ArabEyes
English - Arabic dictionary MySQL database based on WordList from ArabEyes Team
Stars: ✭ 29 (-60.81%)
Mutual labels:  dictionary
AppleScript-IDEA
AppleScript support for IntelliJ IDEs
Stars: ✭ 21 (-71.62%)
Mutual labels:  dictionary
BinPackage
The vocabulary of modern Icelandic, encapsulated in a Python package
Stars: ✭ 19 (-74.32%)
Mutual labels:  dictionary
language-detector
Detect the language of text
Stars: ✭ 28 (-62.16%)
Mutual labels:  french
JADA
JADA - Just Another Dictionary App
Stars: ✭ 20 (-72.97%)
Mutual labels:  dictionary
folket
Swedish–English dictionary for macOS (December 20, 2020)
Stars: ✭ 31 (-58.11%)
Mutual labels:  dictionary
greek-reference
An ancient Greek lexicon and grammar for Android.
Stars: ✭ 22 (-70.27%)
Mutual labels:  dictionary
jmdict-kindle
Japanese - English dictionary for Kindle based on the JMdict / EDICT database
Stars: ✭ 151 (+104.05%)
Mutual labels:  dictionary
ieml-language
The IEML language database. A git database containing the translations for IEML expressions: USL (Uniform Semantic Locator)
Stars: ✭ 17 (-77.03%)
Mutual labels:  dictionary
verbecc
Complete Conjugation of any Verb using Machine Learning for French, Spanish, Portuguese, Italian and Romanian
Stars: ✭ 45 (-39.19%)
Mutual labels:  french
sshash
A compressed, associative, exact, and weighted dictionary for k-mers.
Stars: ✭ 62 (-16.22%)
Mutual labels:  dictionary
LangageLinotte
Code source officiel du langage de programmation Linotte - Langage de programmation en français simple créé dans le but de permettre aux enfants et aux personnes n'ayant pas une connaissance approfondie de l’informatique d’apprendre la programmation facilement.
Stars: ✭ 29 (-60.81%)
Mutual labels:  french
Wordbook
Wordbook is a dictionary application built for GNOME.
Stars: ✭ 56 (-24.32%)
Mutual labels:  dictionary
textbox
Text collections made available by the CLiGS group.
Stars: ✭ 19 (-74.32%)
Mutual labels:  french
nihongo
Japanese Dictionary
Stars: ✭ 77 (+4.05%)
Mutual labels:  dictionary
Britfone
British English pronunciation dictionary
Stars: ✭ 66 (-10.81%)
Mutual labels:  dictionary
███████╗██████╗ ███████╗███╗   ██╗ ██████╗██╗  ██╗
██╔════╝██╔══██╗██╔════╝████╗  ██║██╔════╝██║  ██║
█████╗  ██████╔╝█████╗  ██╔██╗ ██║██║     ███████║
██╔══╝  ██╔══██╗██╔══╝  ██║╚██╗██║██║     ██╔══██║
██║     ██║  ██║███████╗██║ ╚████║╚██████╗██║  ██║
╚═╝     ╚═╝  ╚═╝╚══════╝╚═╝  ╚═══╝ ╚═════╝╚═╝  ╚═╝


DESCRIPTION
	CSV files containing all french adjectives, adverbs, conjunctions,
	determiners, nouns, prepositions, pronouns, verbs and their gender,
	types and conjugations. This can be helpful for creating a spell
	and/or a grammar checker for french.
	The files are generated using kaikko's french machine-readable dictionary
	extracted directly from wiktionary (kaikki.org/dictionary/French/index.html).
	You can find all the words in the csv files inside the dictionary folder.
	Those files can be directly loaded using pandas.

USAGE
	If you want to regenerate the dictionary files first make sure that you
	have all the required packages in the requirements.txt file.
	Then you can launch the following command:

	python src/extract_data_from_json.py [-h]
			--json_file_path JSON_FILE_PATH --saving_path SAVING_PATH

	required arguments:
		--json_file_path JSON_FILE_PATH, -i JSON_FILE_PATH
						Path to the wiktionary json file

		--saving_path SAVING_PATH, -s SAVING_PATH
						Path to the folder that will contain the
						output csv files
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].