logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Biblio::Citation::Parser - citation parsing framework

Author

       Mike Jewell <moj@ecs.soton.ac.uk>

perl v5.36.0                                       2022-11-19                      Biblio::Citation::Parser(3pm)

Description

       Biblio::Citation::Parser provides generic methods for reference parsers. This class should not be used
       directly, but rather be overridden by specific parsers.  Parsers that extend the Parser class must
       provide at least the two methods defined here to ensure compatibility.

Methods

       $cite_parser = Biblio::Citation::Parser->new()
           The new() method creates a new parser instance.

       $metadata = $parser->parse($reference)
           The parse() method takes a reference and returns the extracted metadata.

Name

       Biblio::Citation::Parser - citation parsing framework