diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-22 19:41:59 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-22 19:41:59 -0400 |
| commit | c22e1fb365c5d434fb57d92fd0269bc603296240 (patch) | |
| tree | 89b2dbcbcf289087899350ef0ae6c4138c53cd8b /RGens/pom.xml | |
| parent | 65f77d963c5b8dc52658d9f9ef6128bae240b989 (diff) | |
Add rule suggestions.
You can now turn on a feature that will suggest possible rules in case you
were inconsistent in spelling one.
Diffstat (limited to 'RGens/pom.xml')
| -rw-r--r-- | RGens/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml index e23118b..9926e95 100644 --- a/RGens/pom.xml +++ b/RGens/pom.xml @@ -56,5 +56,15 @@ <artifactId>generex</artifactId> <version>1.0.2</version> </dependency> + <dependency> + <groupId>edu.gatech.gtri.bk-tree</groupId> + <artifactId>bk-tree</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-text</artifactId> + <version>1.0</version> + </dependency> </dependencies> </project> |
