NAME
Lingua::PT::Abbrev - An abbreviations dictionary manager for NLP
VERSION
Version 0.01
SYNOPSIS
This module handles a built-in abbreviations dictionary, and a user customized abbreviations dictionary. It provides handy functions for NLP processing.
use Lingua::PT::Abbrev;
my $dic = Lingua::PT::Abbrev->new;
FUNCTIONS
new
This is the Lingua::PT::Abbrev dictionaries constructor. You don't need to pass it any parameter, unless you want to maintain a personal dictionary. In that case, pass the path to your personal dictionary file.
The dictionary file is a text file, one abbreviation by line, as:
sr senhor
sra senhora
dr doutor
expand
Given an abbreviation, this method expands it. For expanding abbreviations in a text use <text_expand
>, a lot faster.
Returns undef if the abbreviation is not known.
text_expand
Given a text, this method expands all known abbreviations
AUTHOR
Alberto Simões, <ambs@cpan.org>
BUGS
Please report any bugs or feature requests to bug-lingua-pt-abbrev@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2004 Alberto Simões, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 116:
Non-ASCII character seen before =encoding in 'Simões,'. Assuming CP1252