Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Releasing U++ » Speller dictionaries...
Re: Speller dictionaries... [message #23718 is a reply to message #23715] Tue, 17 November 2009 10:23 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
cbpporter wrote on Tue, 17 November 2009 03:28

I can test it for my native language at least. But where is the conversion utility? What can this .udc do? And why can't we import original OO file? It is just a text file with each word on a line followed optionally by plurals, gender info an synonyms. There is even some very poor code on the OO site which loads a such a file.



Sorry, some missing details:

in uppbox, there are two new package:

ConvertDic - this is capable of converting 'older' openoffice .dic format into plain list of words. It is at the moment a halfbaked code - especially, there is no check for source codepage. Any improvements are welcome.

MakeSpellScd (note that the name is missleading, we are now creating '.udc') - this takes such list of words and compresses it into .udc file (e.g. en-us.udc). RichEdit then searches for .udc files (on its directory, all parent directories, PATH and LIB) for given language (it also searches for older .scd files if .udc is not found).

Note: We are not using openoffice files directly in RichEdit simply because I do not know how to make spellchecker efficient with them... .udc format is simple, but surprisingly effective. E.g. it compresses 400MB basque dictionary into 6MB file Smile

Quote:


PS: I've been meaning for a while now to translate TheIDE in my native language. Maybe now is the time.


TheIDE? Why?

Do you think there are many good C++ programmers in the world not knowing English at the level required to use theide?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Answer
Next Topic: 32 bit .deb releases
Goto Forum:
  


Current Time: Thu May 09 09:04:45 CEST 2024

Total time taken to generate the page: 0.01203 seconds