Socket
Book a DemoInstallSign in
Socket

french-contractions

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

french-contractions

French contractions: le hérisson, l'homme, ce yaourt, cet arbre

3.1.6
Source
npmnpm
Version published
Weekly downloads
117
-27.33%
Maintainers
1
Weekly downloads
 
Created
Source

french-contractions

Checks if a French word should be contracted:

  • le hérisson vs l'homme
  • le yaourt vs l'ylang-ylang
  • l'iode vs le iota

Same rules can also be used to manage cet/cet:

  • ce hérisson vs cet homme
  • cet arbre vs ce yaourt

And for adjectives:

  • vieux hérisson vs vieil homme
  • vieil arbre vs vieux yaourt

Also uses and provides a list of words with "h aspiré", which you can use with or without the helpers.

Installation

npm install french-contractions

Usage

One function contracts that take 2 arguments:

  • the word (noun or adjective)
  • a map of custom exceptions (optional): the word is the key, the value must be an object having a contracts property with a boolean value
const lib = require('french-contractions');

// hérisson contracts? false
// homme contracts? true
// yaourt contracts? false
// iode contracts? true
['hérisson', 'homme', 'yaourt', 'iode'].forEach((word) => {
  console.log(`${word} contracts? ${lib.contracts(word)}`);
});

dependencies and licences

List of h words based on https://en.wikipedia.org/wiki/Aspirated_h. The derived list in hmuet.ts remains under CC BY-SA 3.0.

Keywords

French

FAQs

Package last updated on 07 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.