u

umigon-stopwords

stopwords and related operations for essential text mining functions in the umigon-family suite of tools
https://github.com/seinecle/umigon-stopwords
Creative Commons Attribution 4.0 International Public License
Clement Levallois
Files download
File Operation
umigon-stopwords-0.14.jar download
umigon-stopwords-0.14.pom download
umigon-stopwords-0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>net.clementlevallois.functions</groupId>
  <artifactId>umigon-stopwords</artifactId>
  <version>0.14</version>
</dependency>
Gradle Groovy
implementation 'net.clementlevallois.functions:umigon-stopwords:0.14'
Gradle Kotlin
implementation("net.clementlevallois.functions:umigon-stopwords:0.14")
Scala SBT
libraryDependencies += "net.clementlevallois.functions" % "umigon-stopwords" % "0.14"
Groovy Grape
@Grapes(
  @Grab(group='net.clementlevallois.functions', module='umigon-stopwords', version='0.14')
)
Apache Ivy
<dependency org="net.clementlevallois.functions" name="umigon-stopwords" rev="0.14" />
Leiningen
[net.clementlevallois.functions/umigon-stopwords "0.14"]
Apache Buildr
'net.clementlevallois.functions:umigon-stopwords:jar:0.14'
Dependencies
The project has no third-party dependencies