Hi Aldo,

I did not follow this thread, but just now "BetaCode" caught my attention. Are 
you talking about the BetaCode that was used in the Packard Humanities 
Institute  Thesaurus Linguae Graecae and Corpus Inscriptionum Latinarum 
corpora? 

Back in year 2000 I wrote a BetaCode analyzer for TLG and CIL as part of my 
Master's Thesis. Maybe I can help you a little. Even though I programmed 
everything in Perl, I didn't code a module those days. But it DOES make sense 
to have this functionality in a module! 

br
Markus


Am 07.12.2012 um 11:04 schrieb Aldo Calpini:

> On Wed, December 5, 2012 6:17 pm, Dimitrios - Georgios Kontopoulos wrote:
>> I wasn't able to find any such module at the CPAN. The PAUSE naming
>> guidelines seem to suggest that something like Lingua::BetaCode would be a
>> good choice, but I'll wait for your advice.
>> 
>> Any ideas?
> 
> I think Text::BetaCode fits better (prior art example: Text::Unidecode).
> you're not really dealing with natural language (eg. Greek) here, just
> characters.
> 
> should really be Encode::BetaCode, but then users would probably expect an
> Encode-compatible API (eg. something like $beta = encode("beta",
> $string)), and you may not want to provide this (yet?).
> 
> cheers,
> Aldo
> 
> 

Reply via email to