https://github.com/ebertti/language-resource
Collection of stopwords, frequent words and other things.
https://github.com/ebertti/language-resource
Last synced: 12 months ago
JSON representation
Collection of stopwords, frequent words and other things.
- Host: GitHub
- URL: https://github.com/ebertti/language-resource
- Owner: ebertti
- License: unlicense
- Created: 2013-10-25T18:28:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-25T20:55:58.000Z (over 12 years ago)
- Last Synced: 2025-04-25T12:07:30.319Z (about 1 year ago)
- Size: 188 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Language Resource
=================
Collection of stopwords, frequent words and other things.
To help a build application with [**NLP (Natural Language Processing)**](http://en.wikipedia.org/wiki/Natural_language_processing) like:
* Stemming
* Text simplification
* Text-to-speech
* Text-proofing
* Natural language search
* Query expansion
* Automated essay scoring
* Truecasing
or **Search Engines** like:
* [Lucene](http://lucene.apache.org/core/)
* [Elastic Search](www.elasticsearch.org/)
* [Whoosh](https://bitbucket.org/mchaput/whoosh/wiki/Home)
* [Solr](http://lucene.apache.org/solr/)
* [Xapian](http://xapian.org/)
Languages
---------
| Language [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) | Name | Stopwords | Frequent Words | Obs |
| ------------------- | ---------- |:---------:|:--------------:| ----- |
| bg | Bulgarian | Yes | No | UTF-8 |
| cz | Czech | Yes | No | UTF-8 |
| de | German | Yes | Yes | |
| en | English | Yes | Yes | |
| es | Spanish | Yes + | Yes | |
| fi | Finnish | Yes | Yes | |
| fr | French | Yes | Yes | |
| hu | Hungarian | Yes | No | UTF-8 |
| it | Italian | Yes | Yes | UTF-8 |
| pl | Polish | Yes | No | UTF-8 |
| pt | Portuguese | Yes + | No | |
| ru | Russian | Yes | No | UTF-8 |
| sv | Swedish | Yes | Yes | |
Reference
---------
Almost everything was extract from http://members.unine.ch/jacques.savoy/clef/
Contributing
------------
Make a fork, do your changes and request a pull.
Please, also do the modifications on this readme file!
Thanks for your help!