Opportunity to help Church developers

When the Church has need of help from the technology community, we will post that need in this forum.
russellhltn
Community Administrator
Posts: 34421
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

#11

Post by russellhltn »

One start might be to understand the translation rules. I'm not talking about the ICU, but the Thai rules that we are trying to implement. I've looked at the site and can't quite figure out the rules. I can't teach a computer to do something I don't understand myself.
ConlinC
Church Employee
Church Employee
Posts: 12
Joined: Tue Feb 20, 2007 4:19 pm

Start with Armenian?

#12

Post by ConlinC »

If you want to try your hand at a simpler writing system than Thai, you could work on Armenian, which has transliteration rules that may be more straightforward.

Here's a link to Armenian transliteration rules:
http://transliteration.eki.ee/pdf/Armenian.pdf
This page lists 5 different romanization standards. I believe ICU has implemented the ISO 9985 standard, but we need the American Library of Congress standard (ALA-LC 1997--the third column), since it produces fewer letters with diacritics (accents and other marks). We need the East Armenian version of standard (the values *not* in parentheses). The footnotes provide information about letters that have context-sensitive transliterations.

Thanks!
User avatar
HaleDN
Church Employee
Church Employee
Posts: 44
Joined: Mon Jan 22, 2007 2:08 pm
Location: Herriman, Utah, USA
Contact:

Good first step

#13

Post by HaleDN »

I'm glad to see that this thread got moved to a new forum so that it doesn't get lost among the other discussion posts. I wish that there could be an even better way to raise the visibility of this need to a larger audience since I'm guessing that there are not many people that would have the skills necessary to help with this (unless someone wants to jump in and learn how to do this).
The_Earl
Member
Posts: 278
Joined: Wed Mar 21, 2007 9:12 am

Script transliteration?

#14

Post by The_Earl »

Is there a reason you are writing a script transliterator? Can you simply create a UCM file as outlined here:
http://www.icu-project.org/userguide/co ... -data.html

I would think that ICU would automatically do the transliteration if you gave it the correct file.

Thanks
Barrie
ConlinC
Church Employee
Church Employee
Posts: 12
Joined: Tue Feb 20, 2007 4:19 pm

#15

Post by ConlinC »

I'm using a script transliterator because I need to convert the data from one alphabet to another.

The UCM file and functionality you mentioned is for maintaining the data in the same alphabet, but converting it from one internal representation to another. For example, you might be familiar with PC codepages 437 and 850. Codepage 850 represents a capital A with an acute ( Á ) with the internal codepoint 181, while codepage 437 uses this same codepoint 181 to represent one of the line drawing characters ( ╡). So, if you move data between machines using these two codepages, you must do a conversion...this is what the UCM file is for.

Thanks for taking the time to look into this.
leejj
New Member
Posts: 34
Joined: Thu Jan 18, 2007 11:51 pm
Location: USA
Contact:

Chinese MLS

#16

Post by leejj »

In regard to Traditional Chinese, they are still trying to figure out which romanization system to use. Supposedly this is one of the hold ups in getting MLS out to Taiwan. Do you have any details regarding this? I am currently a resident of Taiwan and would be willing to assist those facing these problems.

Josh
ConlinC
Church Employee
Church Employee
Posts: 12
Joined: Tue Feb 20, 2007 4:19 pm

Traditional Chinese

#17

Post by ConlinC »

Thanks Josh. Yes, this project is a pre-requisite for the rollout of MLS in Taiwan. MLS was able to rollout in Hong Kong, because the ward clerks there are generally comfortable with romanized names and able to type both the Chinese and romanized name for each member. Since clerks in Taiwan are generally less comfortable with romanized names, we will be generating these names in an automated way through ICU's Pinyin transliteration functionality. This requires, however, some significant work on the back-end membership database that communicates with MLS (moving to a new environment where ICU is supported, revising a few key parts of the data structure, etc). We are actively working on this.

Thank you for your offer of help. For now, I think we've resolved our Traditional Chinese issues and are working on more general issues that are involved with this change. If in the future we need assistance with Traditional Chinese, I'll certainly let you know. Thank you.
Regards,
Cindy
leejj
New Member
Posts: 34
Joined: Thu Jan 18, 2007 11:51 pm
Location: USA
Contact:

#18

Post by leejj »

Here's another program you may be interested in displaying multiple characters and converting to NCRs and other code equivalents.

Babelpad

It's free and has many functions that I've found useful in displaying Chinese on different devices.

Josh
ConlinC
Church Employee
Church Employee
Posts: 12
Joined: Tue Feb 20, 2007 4:19 pm

Thanks!

#19

Post by ConlinC »

Hi Josh,
I downloaded Babelpad and it looks like it has some very helpful features. Thank you very much for the tip!
Cindy
tom777-p40
New Member
Posts: 2
Joined: Thu Sep 06, 2007 7:03 am

#20

Post by tom777-p40 »

Cindy,

I am facing a challenge to transliterate Japanese properly when text contains both Kanji and Hiragana. ICU treats Chinese characters as Chinese and transliterates these characters into Pinyin Chinese even these characters are part of Japanese context. So I am interested to know how to create a custom "Kanji to Hiragana" transliterator. Is it possible to share what steps did you take to create your own custom transliterator with the ICU rules? Thanks in advance for your help.

Tom
Locked

Return to “Development Help Wanted”