Skip to content

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

License

Notifications You must be signed in to change notification settings

hbenbel/French-Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

███████╗██████╗ ███████╗███╗   ██╗ ██████╗██╗  ██╗
██╔════╝██╔══██╗██╔════╝████╗  ██║██╔════╝██║  ██║
█████╗  ██████╔╝█████╗  ██╔██╗ ██║██║     ███████║
██╔══╝  ██╔══██╗██╔══╝  ██║╚██╗██║██║     ██╔══██║
██║     ██║  ██║███████╗██║ ╚████║╚██████╗██║  ██║
╚═╝     ╚═╝  ╚═╝╚══════╝╚═╝  ╚═══╝ ╚═════╝╚═╝  ╚═╝


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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages