The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

FrameNet::WordNet::Detour::Frame - A class representing one single frame.

SYNOPSIS

  my $frame = {$result->get_best_frames}->[0];

  print "Frame ".$frame->get_name."\n";
  print "Weight ".$frame->get_weight."\n";

BUGS

Please report bugs to mailto:reiter@cpan.org.

COPYRIGHT

Copyright 2005 Aljoscha Burchardt and Nils Reiter. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.