Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Optimising Lingua::EN::NamedEntity for Very Strings

by EdwardG (Vicar)
on May 10, 2006 at 14:19 UTC ( [id://548468]=note: print w/replies, xml ) Need Help??


in reply to Optimising Lingua::EN::NamedEntity for Very Strings

       Any suggestions so I can send the maintainer a patch?

Perhaps parameterisation, as in

use Lingua::EN::NamedEntity; my @entities = extract_entities($some_text, $max_string_length);
or filter the output (but not solve your problem)
my @entities = extract_entities($some_text, $max_entity_length);

A reasonable default for either option might be 92 characters, which would accomodate a variant spelling of the name of a hill in my country of origin;

Tetaumatawhakatangihangakoauaotamateaurehaeaturipukapihimaungahoronukupokaiwhenuaakitanarahu (link goes to image).

 

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://548468]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-03-19 07:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found