Help for this page

Select Code to Download


  1. or download this
        ucf::Constit::ScopeConstit;
          ucf::Constit::NounCn;
    ...
              several other kinds of Prep
          ucf::Constit::VerbCn;
          ucf::Constit::ModifierCn;
    
  2. or download this
    package base::ObjInheritance;
    use strict;
    ...
        if(&IF1($heather, $className)){
            return 1}};
        0}                  # Found no inheritance in this branch.
    
  3. or download this
      my $NPs = [grep &InheritsFrom($_, 'ucf::Constit::NounCn'), @$sentenc
    +e]