use English module for lemmatizing English words, oops
Tara L Andrews [Fri, 15 Jun 2012 20:42:55 +0000 (22:42 +0200)]
lib/Text/Tradition/Language/English.pm

index a2dc236..e1fee8d 100644 (file)
@@ -54,7 +54,7 @@ entire tradition, but can also be used to (re-)analyze individual readings.
 sub reading_lookup {
        my( @path ) = @_;
        my %opts = ( 
-               'language' => 'French',
+               'language' => 'English',
                'callback' => sub { _parse_wordform( @_ ) },
                'path' => \@path,
                );