w

wordhierarchy

A word hierarchy builder. Builds a tree out of a set of words which can then be navigated by a WordProcessor to generate Regexps that match any of the words in the given set
https://github.com/sbsdev/wordhierarchy
GNU General Public License, Version 3
Christian Egli Bernhard Wagner
Files download
File Operation
wordhierarchy-1.5.jar download
wordhierarchy-1.5.pom download
wordhierarchy-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.sbs.preptools</groupId>
  <artifactId>wordhierarchy</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'ch.sbs.preptools:wordhierarchy:1.5'
Gradle Kotlin
implementation("ch.sbs.preptools:wordhierarchy:1.5")
Scala SBT
libraryDependencies += "ch.sbs.preptools" % "wordhierarchy" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='ch.sbs.preptools', module='wordhierarchy', version='1.5')
)
Apache Ivy
<dependency org="ch.sbs.preptools" name="wordhierarchy" rev="1.5" />
Leiningen
[ch.sbs.preptools/wordhierarchy "1.5"]
Apache Buildr
'ch.sbs.preptools:wordhierarchy:jar:1.5'