Help for this page

Select Code to Download


  1. or download this
        elsif($checkPrefix and          # This is the main check for prefi
    +xed forms
              &is_prefixed_partspeechAnnotated($base)){  # wordCache{base}
    + gets filled in.
    ...
            &baseInscript($tok, {group => $savbase,
                                 num_item =>1, 
                                 root => $tok})}
    
  2. or download this
    elsif( $checkPrefix )
        { CheckPrefaces(); }
    
  3. or download this
       if(is_prefixed_partspeechAnnotated($base)){  # wordCache{base} gets
    + filled in.
            unless($tok eq $base){      #$prefixLessFm Mostly, base WILL e
    +q tok, but catch the odd case.
    ...
                                 root => $tok})}
    
    # etc., etc. etc.