summaryrefslogtreecommitdiff
path: root/cli/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'cli/source/core')
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphonealgorithm.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithm.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphonemetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisalgorithm.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithm.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiismetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinednysiisalgorithm.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinednysiismetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedsoundexalgorithm.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedsoundexmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexalgorithm.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithm.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/dicesorensenmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaccardmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaccardMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jarometric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jarowinklermetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ngrammetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/overlapmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/overlapMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ratcliffobershelpmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ratcliffObershelpMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedlevenshteinmetric.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetric.scala)6
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/tokenization/ngramtokenizer.scala (renamed from cli/source/core/scala/com/rockymadden/stringmetric/cli/tokenization/nGramTokenizer.scala)6
21 files changed, 63 insertions, 63 deletions
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphonealgorithm.scala
index ed2207e..d0b3812 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphonealgorithm.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.MetaphoneAlgorithm
/**
- * The metaphoneAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
+ * The metaphonealgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
* passed string, per the Metaphone algorithm.
*/
-object metaphoneAlgorithm extends Command {
+object metaphonealgorithm extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object metaphoneAlgorithm extends Command {
println(
"Returns the phonetic representation of the passed string, per the Metaphone algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "metaphoneAlgorithm [Options] string..." + ls + ls +
+ tab + "metaphonealgorithm [Options] string..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphonemetric.scala
index 13e98ae..98ac85c 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphonemetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.MetaphoneMetric
/**
- * The metaphoneMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The metaphonemetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the Metaphone algorithm.
*/
-object metaphoneMetric extends Command {
+object metaphonemetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object metaphoneMetric extends Command {
println(
"Compares two strings to determine if they are phonetically similarly, per the Metaphone algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "metaphoneMetric [Options] string1 string2..." + ls + ls +
+ tab + "metaphonemetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisalgorithm.scala
index 107fdc5..0770ba5 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisalgorithm.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.NysiisAlgorithm
/**
- * The nysiisAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
+ * The nysiisalgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
* string, per the NYSIIS algorithm.
*/
-object nysiisAlgorithm extends Command {
+object nysiisalgorithm extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -29,7 +29,7 @@ object nysiisAlgorithm extends Command {
println(
"Returns the phonetic representation of the passed string, per the NYSIIS algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "nysiisAlgorithm [Options] string..." + ls + ls +
+ tab + "nysiisalgorithm [Options] string..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiismetric.scala
index 15bf46e..95ece48 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiismetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.NysiisMetric
/**
- * The nysiisMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The nysiismetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the NYSIIS algorithm.
*/
-object nysiisMetric extends Command {
+object nysiismetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object nysiisMetric extends Command {
println(
"Compares two strings to determine if they are phonetically similarly, per the NYSIIS algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "nysiisMetric [Options] string1 string2..." + ls + ls +
+ tab + "nysiismetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinednysiisalgorithm.scala
index be6db95..e155cbf 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinednysiisalgorithm.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.RefinedNysiisAlgorithm
/**
- * The refinedNysiisAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
+ * The refinednysiisalgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
* passed string, per the refined NYSIIS algorithm.
*/
-object refinedNysiisAlgorithm extends Command {
+object refinednysiisalgorithm extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object refinedNysiisAlgorithm extends Command {
println(
"Returns the phonetic representation of the passed string, per the refined NYSIIS algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "refinedNysiisAlgorithm [Options] string..." + ls + ls +
+ tab + "refinednysiisalgorithm [Options] string..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinednysiismetric.scala
index 60d6a0b..3c32291 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinednysiismetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.RefinedNysiisMetric
/**
- * The refinedNysiisMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The refinednysiismetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the refined NYSIIS algorithm.
*/
-object refinedNysiisMetric extends Command {
+object refinednysiismetric extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -29,7 +29,7 @@ object refinedNysiisMetric extends Command {
println(
"Compares two strings to determine if they are phonetically similarly, per the refined NYSIIS algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "refinedNysiisMetric [Options] string1 string2..." + ls + ls +
+ tab + "refinednysiismetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedsoundexalgorithm.scala
index 2f6813a..f5a89a8 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedsoundexalgorithm.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.RefinedSoundexAlgorithm
/**
- * The refinedSoundexAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
+ * The refinedsoundexalgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
* passed string, per the refined Soundex algorithm.
*/
-object refinedSoundexAlgorithm extends Command {
+object refinedsoundexalgorithm extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object refinedSoundexAlgorithm extends Command {
println(
"Returns the phonetic representation of the passed string, per the refined Soundex algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "refinedSoundexAlgorithm [Options] string..." + ls + ls +
+ tab + "refinedsoundexalgorithm [Options] string..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedsoundexmetric.scala
index 72ebe80..e5ea4b4 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedsoundexmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.RefinedSoundexMetric
/**
- * The refinedSoundexMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The refinedsoundexmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the refined Soundex algorithm.
*/
-object refinedSoundexMetric extends Command {
+object refinedsoundexmetric extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -29,7 +29,7 @@ object refinedSoundexMetric extends Command {
println(
"Compares two strings to determine if they are phonetically similarly, per the refined Soundex algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "refinedSoundexMetric [Options] string1 string2..." + ls + ls +
+ tab + "refinedsoundexmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexalgorithm.scala
index 93e0dad..9883eb3 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexalgorithm.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.SoundexAlgorithm
/**
- * The soundexAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
+ * The soundexalgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
* string, per the Soundex algorithm.
*/
-object soundexAlgorithm extends Command {
+object soundexalgorithm extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object soundexAlgorithm extends Command {
println(
"Returns the phonetic representation of the passed string, per the Soundex algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "soundexAlgorithm [Options] string..." + ls + ls +
+ tab + "soundexalgorithm [Options] string..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexmetric.scala
index 5b727e1..01d070e 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.phonetic.SoundexMetric
/**
- * The soundexMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The soundexmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the Soundex algorithm.
*/
-object soundexMetric extends Command {
+object soundexmetric extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -29,7 +29,7 @@ object soundexMetric extends Command {
println(
"Compares two strings to determine if they are phonetically similarly, per the Soundex algorithm." + ls + ls +
"Syntax:" + ls +
- tab + "soundexMetric [Options] string1 string2..." + ls + ls +
+ tab + "soundexmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/dicesorensenmetric.scala
index a97e6f4..5d0e234 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/dicesorensenmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.DiceSorensenMetric
/**
- * The diceSorensenMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using the
+ * The dicesorensenmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using the
* Dice / Sorensen coefficient.
*/
-object diceSorensenMetric extends Command {
+object dicesorensenmetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -31,7 +31,7 @@ object diceSorensenMetric extends Command {
println(
"Compares the similarity of two strings using the Dice / Sorensen coefficient." + ls + ls +
"Syntax:" + ls +
- tab + "diceSorensenMetric [Options] string1 string2..." + ls + ls +
+ tab + "dicesorensenmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts." +
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingmetric.scala
index 740ed15..c03293f 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.HammingMetric
/**
- * The hammingMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that two equal
+ * The hammingmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that two equal
* length strings are different from one another.
*/
-object hammingMetric extends Command {
+object hammingmetric extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -29,7 +29,7 @@ object hammingMetric extends Command {
println(
"Compares the number of characters that two equal length strings are different from one another." + ls + ls +
"Syntax:" + ls +
- tab + "hammingMetric [Options] string1 string2..." + ls + ls +
+ tab + "hammingmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaccardMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaccardmetric.scala
index be68f89..1f1e123 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaccardMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaccardmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.JaccardMetric
/**
- * The jaccardMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using the
+ * The jaccardmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using the
* Jaccard coefficient.
*/
-object jaccardMetric extends Command {
+object jaccardmetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -31,7 +31,7 @@ object jaccardMetric extends Command {
println(
"Compares the similarity of two strings using the Jaccard coefficient." + ls + ls +
"Syntax:" + ls +
- tab + "jaccardMetric [Options] string1 string2..." + ls + ls +
+ tab + "jaccardmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts." +
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jarometric.scala
index 8bfc256..fcb6aa2 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jarometric.scala
@@ -3,8 +3,8 @@ package com.rockymadden.stringmetric.cli.similarity
import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.JaroMetric
-/** The jaroMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to calculate the Jaro distance. */
-object jaroMetric extends Command {
+/** The jarometric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to calculate the Jaro distance. */
+object jarometric extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -26,7 +26,7 @@ object jaroMetric extends Command {
println(
"Compares two strings to calculate the Jaro distance." + ls + ls +
"Syntax:" + ls +
- tab + "jaroMetric [Options] string1 string2..." + ls + ls +
+ tab + "jarometric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jarowinklermetric.scala
index 0e5c121..b925c2d 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jarowinklermetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.JaroWinklerMetric
/**
- * The jaroWinklerMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to calculate the
+ * The jarowinklermetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to calculate the
* Jaro-Winkler distance.
*/
-object jaroWinklerMetric extends Command {
+object jarowinklermetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object jaroWinklerMetric extends Command {
println(
"Compares two strings to calculate the Jaro-Winkler distance." + ls + ls +
"Syntax:" + ls +
- tab + "jaroWinklerMetric [Options] string1 string2..." + ls + ls +
+ tab + "jarowinklermetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinmetric.scala
index 0af32d7..6146750 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.LevenshteinMetric
/**
- * The levenshteinMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that two
+ * The levenshteinmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that two
* strings are different from one another via insertion, deletion, and substitution.
*/
-object levenshteinMetric extends Command {
+object levenshteinmetric extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -30,7 +30,7 @@ object levenshteinMetric extends Command {
"Compares the number of characters that two strings are different from one another via insertion, deletion, " +
"and substitution." + ls + ls +
"Syntax:" + ls +
- tab + "levenshteinMetric [Options] string1 string2..." + ls + ls +
+ tab + "levenshteinmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ngrammetric.scala
index 692cce3..af0634f 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ngrammetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.NGramMetric
/**
- * The nGramMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using an N-Gram
+ * The ngrammetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using an N-Gram
* similarity index.
*/
-object nGramMetric extends Command {
+object ngrammetric extends Command {
override def main(args: Array[String]): Unit = {
val options: OptionMap = args
@@ -31,7 +31,7 @@ object nGramMetric extends Command {
println(
"Compares the similarity of two strings using an N-Gram similarity index." + ls + ls +
"Syntax:" + ls +
- tab + "nGramMetric [Options] string1 string2..." + ls + ls +
+ tab + "ngrammetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and options." +
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/overlapMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/overlapmetric.scala
index f1fe984..2c670c5 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/overlapMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/overlapmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.OverlapMetric
/**
- * The overlapMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using the
+ * The overlapmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using the
* overlap coefficient.
*/
-object overlapMetric extends Command {
+object overlapmetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -31,7 +31,7 @@ object overlapMetric extends Command {
println(
"Compares the similarity of two strings using the overlap coefficient." + ls + ls +
"Syntax:" + ls +
- tab + "overlapMetric [Options] string1 string2..." + ls + ls +
+ tab + "overlapmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts." +
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ratcliffObershelpMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ratcliffobershelpmetric.scala
index 69eb4ca..f69c222 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ratcliffObershelpMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/ratcliffobershelpmetric.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.similarity.RatcliffObershelpMetric
/**
- * The ratcliffObershelpMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings
+ * The ratcliffobershelpmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings
* using the Ratcliff / Obershelp similarity index.
*/
-object ratcliffObershelpMetric extends Command {
+object ratcliffobershelpmetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -29,7 +29,7 @@ object ratcliffObershelpMetric extends Command {
println(
"Compares the similarity of two strings using the Ratcliff / Obershelp similarity index." + ls + ls +
"Syntax:" + ls +
- tab + "ratcliffObershelpMetric [Options] string1 string2..." + ls + ls +
+ tab + "ratcliffobershelpmetric [Options] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts."
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedlevenshteinmetric.scala
index e4284ff..d675db1 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedlevenshteinmetric.scala
@@ -5,11 +5,11 @@ import com.rockymadden.stringmetric.similarity.WeightedLevenshteinMetric
import scala.math.BigDecimal
/**
- * The weightedLevenshteinMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that
+ * The weightedlevenshteinmetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that
* two strings are different from one another via insertion, deletion, and substitution. Allows the invoker to indicate
* the weight each operation takes.
*/
-object weightedLevenshteinMetric extends Command {
+object weightedlevenshteinmetric extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -36,7 +36,7 @@ object weightedLevenshteinMetric extends Command {
"Compares the number of characters that two strings are different from one another via insertion, deletion, " +
"and substitution. Allows the invoker to indicate the weight each operation takes." + ls + ls +
"Syntax:" + ls +
- tab + "weightedLevenshteinMetric [Options] --deleteWeight=[double] --insertWeight=[double] --substituteWeight=[double] string1 string2..." + ls + ls +
+ tab + "weightedlevenshteinmetric [Options] --deleteWeight=[double] --insertWeight=[double] --substituteWeight=[double] string1 string2..." + ls + ls +
"Options:" + ls +
tab + "--deleteWeight" + ls +
tab + tab + "The weight given to delete operations." +
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/tokenization/nGramTokenizer.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/tokenization/ngramtokenizer.scala
index 566ddb6..99fdbe5 100755
--- a/cli/source/core/scala/com/rockymadden/stringmetric/cli/tokenization/nGramTokenizer.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/tokenization/ngramtokenizer.scala
@@ -4,10 +4,10 @@ import com.rockymadden.stringmetric.cli._
import com.rockymadden.stringmetric.tokenization.NGramTokenizer
/**
- * The nGramTokenizer [[com.rockymadden.stringmetric.cli.Command]]. Returns the N-Gram representation of the passed
+ * The ngramtokenizer [[com.rockymadden.stringmetric.cli.Command]]. Returns the N-Gram representation of the passed
* string.
*/
-object nGramTokenizer extends Command {
+object ngramtokenizer extends Command {
override def main(args: Array[String]): Unit = {
val opts: OptionMap = args
@@ -31,7 +31,7 @@ object nGramTokenizer extends Command {
println(
"Returns the N-Gram representation of the passed string." + ls + ls +
"Syntax:" + ls +
- tab + "nGramTokenizer [Options] string..." + ls + ls +
+ tab + "ngramtokenizer [Options] string..." + ls + ls +
"Options:" + ls +
tab + "-h, --help" + ls +
tab + tab + "Outputs description, syntax, and opts." +