summaryrefslogtreecommitdiff
path: root/src/examples/java
diff options
context:
space:
mode:
authorbjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu>2017-04-05 10:06:24 -0400
committerbjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu>2017-04-05 10:06:24 -0400
commit463e4e702bcdc312f5a081c85c7b00bbc0122265 (patch)
tree817ad9c4aaf0516f712a8111169d5f6fd9f134c1 /src/examples/java
parent8259732a0e1d70284adcc6e7ef492603a3d59565 (diff)
Reorganize
Diffstat (limited to 'src/examples/java')
-rw-r--r--src/examples/java/bjc/inflexion/examples/InflexionTester.java (renamed from src/examples/java/bjc/inflexion/InflexionTester.java)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/examples/java/bjc/inflexion/InflexionTester.java b/src/examples/java/bjc/inflexion/examples/InflexionTester.java
index 4123378..a54040d 100644
--- a/src/examples/java/bjc/inflexion/InflexionTester.java
+++ b/src/examples/java/bjc/inflexion/examples/InflexionTester.java
@@ -13,11 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package bjc.inflexion;
-
-import bjc.inflexion.v2.Noun;
-import bjc.inflexion.v2.Nouns;
-import bjc.inflexion.v2.Prepositions;
+package bjc.inflexion.examples;
import java.io.BufferedReader;
import java.io.FileInputStream;
@@ -33,6 +29,10 @@ import java.util.regex.Pattern;
import org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream;
+import bjc.inflexion.Noun;
+import bjc.inflexion.Nouns;
+import bjc.inflexion.Prepositions;
+
/**
* Test inflecting words.
*