french-verbs-transitive
Version:
French transitive verbs, based on Wikipedia
26 lines (16 loc) • 879 B
Markdown
<!--
Copyright 2019 Ludan Stoecklé
SPDX-License-Identifier: CC-BY-4.0
-->
# French Verbs Transitive
Long static list of transitive French verbs.
Based on [wiktionary](https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:Verbes_transitifs_en_fran%C3%A7ais).
The `resources/transitive/transitive.json` resource remains under [CC BY-SA 3.0 licence](https://creativecommons.org/licenses/by-sa/3.0/deed.fr).
**INFO**
In French, intransitive verbs often have a transitive usage, and transitive verbs almost always have an intransitive usage.
## dependencies and licences
Transitive verbs list crawled via wiktionary API under [CC BY-SA 3.0 licence](https://creativecommons.org/licenses/by-sa/3.0/deed.fr).
## dev information
The download is triggered using `yarn run fromweb`. It takes a while (2534 calls), thus it is not part of the normal build.