GithubHelp home page GithubHelp logo

Comments (6)

briandfoy avatar briandfoy commented on June 15, 2024 1

It looks like the files are also available at https://github.com/skk-dev/dict

Here's the part that needs to update:

package Lingua::JA::Romanize::DictJA;
use strict;
use vars qw( $VERSION );
$VERSION = "0.23";
use Lingua::JA::Romanize::Kana;
use ExtUtils::MakeMaker;
use Fcntl;
use IO::File;

my $PERL581 = 1 if ( $] >= 5.008001 );
my $FETCH_CACHE = "skk";
my $DICT_DB     = 'Japanese.bdb';
my $DIC_SMALL   = [ qw(
    skk/SKK-JISYO.S
) ];
my $DIC_LARGE = [ qw(
    http://openlab.jp/skk/skk/dic/SKK-JISYO.L
    http://openlab.jp/skk/skk/dic/SKK-JISYO.jinmei
    http://openlab.jp/skk/skk/dic/SKK-JISYO.propernoun
    http://openlab.jp/skk/skk/dic/SKK-JISYO.geo
    http://openlab.jp/skk/skk/dic/SKK-JISYO.station
) ];
my $DIC_GZIPED = [ qw(
    http://openlab.jp/skk/dic/SKK-JISYO.L.gz
    http://openlab.jp/skk/dic/SKK-JISYO.jinmei.gz
    http://openlab.jp/skk/dic/SKK-JISYO.propernoun.gz
    http://openlab.jp/skk/dic/SKK-JISYO.geo.gz
    http://openlab.jp/skk/dic/SKK-JISYO.station.gz
) ];

from unicode-tussle.

briandfoy avatar briandfoy commented on June 15, 2024 1
  • I have a patched Lingua::JA::Romanize::Japanese at https://github.com/briandfoy/lingua-ja-romanize-japanese
  • Unicode::Tussle's hantest has a better error message when it can't load that module
  • I'll see if I can get the maintainer to update it, or give me co-maintainer to upload the patched version.

from unicode-tussle.

briandfoy avatar briandfoy commented on June 15, 2024 1

With my patched dependencies, this looks good. I've contacted the various authors, so I'll see what happens.

If you still have problems after using the patches, just re-open this.

from unicode-tussle.

hakonhagland avatar hakonhagland commented on June 15, 2024

My first thought was to report this on the issue tracker of Lingua::JA::Romanize::Japanese but that module seems to be abondoned (last activity was in 2008)

from unicode-tussle.

briandfoy avatar briandfoy commented on June 15, 2024

Okay, I see this. I'll have to look to see what Tom was doing with Lingua::JA::Romanize::Japanese.

from unicode-tussle.

briandfoy avatar briandfoy commented on June 15, 2024

Oh hell, there's also a problem with Unicode::Unihan. Working on it in https://github.com/briandfoy/unicode-unihan

from unicode-tussle.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.