From 91041ca9443c695a11244724bc6296b235bba716 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Sun, 28 Oct 2018 12:18:32 -0400 Subject: Add compilation support Inflection strings can now be compiled and reused, like regular expressions. --- src/main/java/bjc/inflexion/InflectionML.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/main/java/bjc/inflexion/InflectionML.java') 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. -- cgit v1.2.3