new position logic for the lemmatizer and toggler; still need non-linear positions
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / Position.pm
index f180046..f226e2f 100644 (file)
@@ -20,6 +20,13 @@ has 'max' => (
     required => 1,
     );
 
+# This gets set if we are tracking a more specifically-positioned
+# reading.
+has 'matched' => (
+    is => 'rw',
+    isa => 'Bool',
+    );
+
 around BUILDARGS => sub {
     my $orig = shift;
     my $class = shift;