introspect for morphology values; include these in help; make sure Perseus results...
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / Reading / WordForm.pm
index 4335857..ebfa445 100644 (file)
@@ -68,9 +68,8 @@ around BUILDARGS => sub {
        my $class = shift;
        my $args = @_ == 1 ? $_[0] : { @_ };
        if( exists $args->{'JSON'} ) {
-               $DB::single = 1;
                my @data = split( / \/\/ /, $args->{'JSON'} );
-               print STDERR "Attempting to parse " . $data[2] . " into structure";
+               # print STDERR "Attempting to parse " . $data[2] . " into structure";
                my $morph = Lingua::Features::Structure->from_string( $data[2] );
                $args = { 'language' => $data[0], 'lemma' => $data[1],
                        'morphology' => $morph };