https://github.com/realeroberto/stopwords-nap
Neapolitan stopwords collection.
https://github.com/realeroberto/stopwords-nap
italian linguistics neapolitan stopwords
Last synced: 23 days ago
JSON representation
Neapolitan stopwords collection.
- Host: GitHub
- URL: https://github.com/realeroberto/stopwords-nap
- Owner: realeroberto
- License: mit
- Created: 2018-05-14T18:01:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T01:18:45.000Z (over 6 years ago)
- Last Synced: 2026-03-30T09:15:14.136Z (2 months ago)
- Topics: italian, linguistics, neapolitan, stopwords
- Language: Shell
- Size: 746 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neapolitan stopwords collection
[](https://travis-ci.com/reale/stopwords-nap)
The most comprehensive collection of stopwords for the Neapolitan language.
Inspired by Gene Diaz's [comprehensive collection](https://github.com/stopwords-iso).
## Usage
The collection comes in a
[JSON format](https://raw.githubusercontent.com/reale/stopwords-nap/master/stopwords-nap.json) and a
[text format](https://raw.githubusercontent.com/reale/stopwords-nap/master/stopwords-nap.txt).
You are free to use this collection any way you like.
It is only currently published on [npm](https://www.npmjs.com/stopwords-nap) and [bower](https://bower.io).
```sh
$ npm install stopwords-nap
```
```sh
$ bower install stopwords-nap
```
```js
// Node
const stopwords = require('stopwords-nap'); // 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 insie the `raw` directory then send a PR.