Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stopwords-iso/stopwords-fr
French stopwords collection
https://github.com/stopwords-iso/stopwords-fr
Last synced: 3 months ago
JSON representation
French stopwords collection
- Host: GitHub
- URL: https://github.com/stopwords-iso/stopwords-fr
- Owner: stopwords-iso
- License: mit
- Created: 2016-10-07T02:10:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T11:33:05.000Z (almost 5 years ago)
- Last Synced: 2024-08-06T21:27:06.213Z (4 months ago)
- Homepage:
- Size: 16.6 KB
- Stars: 94
- Watchers: 3
- Forks: 90
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stopwords French (FR)
=======[![Build Status](https://travis-ci.org/stopwords-iso/stopwords-fr.svg?branch=master)](https://travis-ci.org/stopwords-iso/stopwords-fr)
The most comprehensive collection of stopwords for the french language.
A [multiple language](https://github.com/stopwords-iso/stopwords-iso) collection is also available.
### Usage
The collection comes in a
[JSON format](https://raw.githubusercontent.com/stopwords-iso/stopwords-fr/master/stopwords-fr.json) and a
[text format](https://raw.githubusercontent.com/stopwords-iso/stopwords-fr/master/stopwords-fr.txt).
You are free to use this collection any way you like.
It is only currently published on [npm](https://www.npmjs.com/stopwords-fr) and [bower](https://bower.io).```sh
$ npm install stopwords-fr
``````sh
$ bower install stopwords-fr
``````js
// Node
const stopwords = require('stopwords-fr'); // array of stopwords
```### Contributing
If you wish to remove or update some of the stopwords, please file an issue first before sending a PR on the repo of the specific language.
If you would like to add a stopword or a new set of stopwords, please add them as a new text file inside the `raw` directory then send a PR.
Please send a separate PR on the [main repo](https://github.com/stopwords-iso/stopwords-iso) to credit the source of the added stopwords.
### Credits
All stopwords sources are [listed on the main repo](https://github.com/stopwords-iso/stopwords-iso/blob/master/CREDITS.md).