https://github.com/fracpete/ptstemmer-weka-package
Weka package for the PTStemmer (https://code.google.com/p/ptstemmer/).
https://github.com/fracpete/ptstemmer-weka-package
java machine-learning nlp plugin preprocessing stemmer weka
Last synced: about 1 year ago
JSON representation
Weka package for the PTStemmer (https://code.google.com/p/ptstemmer/).
- Host: GitHub
- URL: https://github.com/fracpete/ptstemmer-weka-package
- Owner: fracpete
- License: gpl-3.0
- Created: 2014-05-24T20:54:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T19:49:47.000Z (over 5 years ago)
- Last Synced: 2024-10-19T12:15:53.056Z (over 1 year ago)
- Topics: java, machine-learning, nlp, plugin, preprocessing, stemmer, weka
- Language: Java
- Homepage:
- Size: 5.91 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ptstemmer-weka-package
======================
Weka package for the PTStemmer (https://code.google.com/p/ptstemmer/), a stemmer
library for Portuguese.
Releases
--------
* [2.0.0](https://github.com/fracpete/ptstemmer-weka-package/releases/download/v2.0.0/ptstemmer-2.0.0.zip)
* [1.0.0](https://github.com/fracpete/ptstemmer-weka-package/releases/download/v1.0.0/ptstemmer-1.0.0.zip)
How to use packages
-------------------
For more information on how to install the package, see:
https://waikato.github.io/weka-wiki/packages/manager/
Maven
-----
Add the following dependency in your `pom.xml` to include the package:
```xml
com.github.fracpete
ptstemmer-weka-package
2.0.0
nz.ac.waikato.cms.weka
weka-dev
```