vallois.functions.umigon-stopwords.0.14.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of umigon-stopwords Show documentation
Show all versions of umigon-stopwords Show documentation
stopwords and related operations for essential text mining functions in the umigon-family suite of tools
The newest version!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
module net.clementlevallois.stopwords {
exports net.clementlevallois.stopwords;
}