The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Telephone::Mnemonic::US::Math - Helper module that for combinatorics pertaining to mnemonic calculations

FUNCTIONS

str_paris

 Input: a string of variable length, like "1234"
 Output: set of substrings, like: '1' '234', '12' '34', '123' '4', '1234' ''

seg_words

 Finds dictionary words that correspond to a number of any length
 Input: a tel number or mnemonic, a dictionary handler, and the search timeout 
 Output: a set of dictionary words  

dict_path

 Input: None
 Output: a string representing the filepath for the system dictionary 

find_valids

 Finds dictionary words for substrings 
 Input: a tel number, a dictionary handler, and search timeout 
 Output: a set of word pairs, with each pair represents a set of valid dictionary 
        words for it's substrings

sets2candidates

 Input: a string like '123'
 Output: a set of substrings 

str_paris

 Input:
 Output:

str_paris

 Input:
 Output:

str_paris Input: Output:

SYNOPSIS

  use Telephone::Mnemonic::US::Math;

DESCRIPTION

EXPORT

None by default.

SEE ALSO

AUTHOR

ioannis, <ioannis@248.218.218.dial1.washington2.level3.net>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by ioannis

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.1 or, at your option, any later version of Perl 5 you may have available.