Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Re: detecting the language of a word?

by Felonious (Chaplain)
on Dec 10, 2002 at 15:21 UTC ( [id://218804]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: detecting the language of a word?
in thread detecting the language of a word?

Though no perfect solution exists, a workable solution is better than no solution. With some modification the process offered by jjdraco can be made more reliable.


1. Use the other language dictionaries to strip all words that appear in other languages from the german dictionary and place them in a secondary german dictionary. This leaves the primary dictionary with only uniquely german words and all occurances can be safely ignored.


2. Your processor should have two modes, a reporting mode and an inspection/correction mode. In reporting mode you processor will simply run over the document gather information about words that are not in the primary dictionary. Have it report on statistics on running time, how many matches were made, and the most common matches. Using this you can ensure your checker runs in a reasonable amount of time and doesn't proviode a prohibitively large number of words for inspection. You will also be able to look at the most common matches to see if they can be reliably processed in an automatic way with some addition scripts. If so, then you can probably eliminate a large percentage of the words that would otherwise have to be inspected. Repeat this step until you have successfully taken out all you can automatically.


3. Run the processor in inspection mode so each non-match can be found and editted. Have the processor use the sencondary dictionaries to offer the inspector choices of automatic entries or to manually edit it.



The early worm gets the bird.

  • Comment on Re: Re: Re: detecting the language of a word?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 03:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found