diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-10-28 12:18:32 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-10-28 12:18:32 -0400 |
| commit | 91041ca9443c695a11244724bc6296b235bba716 (patch) | |
| tree | 1dfed4a65de92d2b49790c8fb925493b46b88a6c /src/main/java/bjc/inflexion/InflectionML.java | |
| parent | 004bc5de7618bc44079e6cdd21a50d6814c76c50 (diff) | |
Add compilation support
Inflection strings can now be compiled and reused, like regular
expressions.
Diffstat (limited to 'src/main/java/bjc/inflexion/InflectionML.java')
| -rw-r--r-- | src/main/java/bjc/inflexion/InflectionML.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/java/bjc/inflexion/InflectionML.java b/src/main/java/bjc/inflexion/InflectionML.java index fc89b4e..be1fe34 100644 --- a/src/main/java/bjc/inflexion/InflectionML.java +++ b/src/main/java/bjc/inflexion/InflectionML.java @@ -31,8 +31,11 @@ import bjc.inflexion.nouns.Prepositions; /* * @TODO 10/11/17 Ben Culkin :InflectionML - * Complete the implementation of this from the documentation for - * Lingua::EN:Inflexion + * + * Complete the implementation of this from the documentation for Lingua::EN:Inflexion. + * + * ADDENDA 10/25/18 + * Everything that doesn't require doing verbs is done. */ /** * Implementation of a simple format language for inflections. |
