php-i18n Digest 18 Feb 2003 22:37:32 -0000 Issue 152
Topics (messages 456 through 459):
Re: Indexing Japenese (new to list)
456 by: Moriyoshi Koizumi
457 by: Gary Ross
458 by: Gary Ross
Internationalized feeding of MySQL
459 by: Dennis Heuer
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Maybe kakasi or chasen extension which can be find in PECL repository is
what you are looking for. Those extensions need libkakasi / libchasen
respectively.
PECL: http://cvs.php.net/cvs.php/pear/PECL
kakasi: http://kakasi.namazu.org/index.html.en
chasen: http://chasen.aist-nara.ac.jp/
(FYI) namazu: http://www.namazu.org/index.html.en
Moriyoshi
Gary Ross <[EMAIL PROTECTED]> wrote:
> hello All,
> I'm new to the list!
> I'm wondering if anyone has information about indexing/splitting
> Japanese text strings in a mysql/php environment. So
> korehanihongodesu (obviously Kanji in reality) is indexed as kore ha
> nihongo desu. I know there are semantic limitation on a word by word
> index by it's better than nothing.
> Thanks,
> Gary
>
--- End Message ---
--- Begin Message ---
Thank-you. Unfortunately I get this error on install with Darwin (Mac
OSX Unix).
ld: -undefined error must be used when -twolevel_namespace is in effect
/usr/bin/libtool: internal link edit command failed
make[2]: *** [libchasen.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
Any ideas about how to fix that.
Gary
On Sunday, February 16, 2003, at 06:59 am, Moriyoshi Koizumi wrote:
Maybe kakasi or chasen extension which can be find in PECL repository
is
what you are looking for. Those extensions need libkakasi / libchasen
respectively.
PECL: http://cvs.php.net/cvs.php/pear/PECL
kakasi: http://kakasi.namazu.org/index.html.en
chasen: http://chasen.aist-nara.ac.jp/
(FYI) namazu: http://www.namazu.org/index.html.en
Moriyoshi
Gary Ross <[EMAIL PROTECTED]> wrote:
hello All,
I'm new to the list!
I'm wondering if anyone has information about indexing/splitting
Japanese text strings in a mysql/php environment. So
korehanihongodesu (obviously Kanji in reality) is indexed as kore ha
nihongo desu. I know there are semantic limitation on a word by word
index by it's better than nothing.
Thanks,
Gary
--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Ignore that last message! I solved the problem.
Thanks,
Gary
ps. I may have one or two other questions about chasen
On Sunday, February 16, 2003, at 06:59 am, Moriyoshi Koizumi wrote:
Maybe kakasi or chasen extension which can be find in PECL repository
is
what you are looking for. Those extensions need libkakasi / libchasen
respectively.
PECL: http://cvs.php.net/cvs.php/pear/PECL
kakasi: http://kakasi.namazu.org/index.html.en
chasen: http://chasen.aist-nara.ac.jp/
(FYI) namazu: http://www.namazu.org/index.html.en
Moriyoshi
Gary Ross <[EMAIL PROTECTED]> wrote:
hello All,
I'm new to the list!
I'm wondering if anyone has information about indexing/splitting
Japanese text strings in a mysql/php environment. So
korehanihongodesu (obviously Kanji in reality) is indexed as kore ha
nihongo desu. I know there are semantic limitation on a word by word
index by it's better than nothing.
Thanks,
Gary
--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hello -
Sorry but I am confused by the manual. If I want to let a user enter internationalized
input into a HTML-form and then store it in MySQL without loss and retrieve it back
for displaying, how do I do this best?
Thanks
Dennis Heuer
--- End Message ---