tweak options for classifying readings and relationships. Needed for tla/stemmaweb#33
[scpubgit/stemmatology.git] / base / lib / Text / Tradition / Collation / Reading.pm
index 62b592e..a482b60 100644 (file)
@@ -104,6 +104,13 @@ has 'text' => (
        writer => 'alter_text',
        );
        
+has 'is_lemma' => (
+       is => 'ro',
+       isa => 'Bool',
+       default => undef,
+       writer => 'make_lemma',
+       );
+       
 has 'is_start' => (
        is => 'ro',
        isa => 'Bool',