Hi, On Thu, 27 Feb 2003 00:18:36 +0900 Gary Ross <[EMAIL PROTECTED]> wrote:
> I have chasen working fine as of 2.3.0 (with darts 0.1 installed) > > 1. > It works fine with the > SUFDIC and PATDIC > but I get this error if I try to use DADIC > > I couldn't find any information regarding how to actually install > chadic.lex That seems to be because of some errors in the package. > 2. Which is better to use SUFDIC or PATDIC? > Speed is not really an issue as I'm on an extremely fast dedicated > server. > I don't really understand the differences. Depends on how long is the text you are parsing: According to the document, SUFDIC => fast on startup, but slow on word lookup PATDIC => slow on startup, but fast on word lookup That is, when you try to parse bunch of short texts over multiple sessions, SUFDIC is the choice. Otherwise, when you try to parse some long texts in a single session, PATDIC should make sense. > 3. How do I add works to the dictionary in a *nix environment? > The faq on the home page has this question then a blank space ! Anyway this may be a wrong place for those questions because they have nothing at all to do with PHP itself. As it's unlikely that you'll get plenty of responses from Chasen experts here, I think it'd be better if you contacted to the author directly. Moriyoshi -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php