The Ubuntu NLP Repository v8.10
Powered by Falcon

Component japanese

NLP tools for processing Japanese.

You can use apt to download and install the packages. Use the following lines in /etc/apt/sources.list and use the command sudo apt-get update to enable downloading from this component.

Don't forget to read the notice on the frontpage!

deb http://cl.naist.jp/~eric-n/ubuntu-nlp intrepid japanese
deb-src http://cl.naist.jp/~eric-n/ubuntu-nlp intrepid japanese

Packages

cabocha
Version:0.60pre4-1nlp7~0intrepid1
Source (dsc):cabocha_0.60pre4-1nlp7~0intrepid1.dsc
Source (tar.gz):cabocha_0.60pre4-1nlp7~0intrepid1.tar.gz
cabocha
Description:A Japanese dependency/case structure analysis system More...

CaboCha is a parser which detects dependency/case structures of
Japanese sentences.

Package:cabocha_0.60pre4-1nlp7~0intrepid1_i386.deb
Package:cabocha_0.60pre4-1nlp7~0intrepid1_amd64.deb
cabocha-dic
Description:Dictionaries of Cabocha (EUC-JP) More...

CaboCha is a parser which detects dependency/case structures of
Japanese sentences.

This package contains EUC-JP formatted CaboCha dictionaries.

Package:cabocha-dic_0.60pre4-1nlp7~0intrepid1_all.deb
cabocha-dic-utf8
Description:Dictionaries of Cabocha (UTF-8) More...

CaboCha is a parser which detects dependency/case structures of
Japanese sentences.

This package contains UTF-8 formatted CaboCha dictionaries.

Package:cabocha-dic-utf8_0.60pre4-1nlp7~0intrepid1_all.deb
libcabocha-dev
Description:Header files of Cabocha More...

CaboCha is a parser which detects dependency/case structures of
Japanese sentences.

Package:libcabocha-dev_0.60pre4-1nlp7~0intrepid1_i386.deb
Package:libcabocha-dev_0.60pre4-1nlp7~0intrepid1_amd64.deb
libcabocha2
Description:Libraries of Cabocha More...

CaboCha is a parser which detects dependency/case structures of
Japanese sentences.

Package:libcabocha2_0.60pre4-1nlp7~0intrepid1_i386.deb
Package:libcabocha2_0.60pre4-1nlp7~0intrepid1_amd64.deb

chasen
Version:2.4.4-1nlp1~0intrepid1
Source (dsc):chasen_2.4.4-1nlp1~0intrepid1.dsc
Source (tar.gz):chasen_2.4.4-1nlp1~0intrepid1.tar.gz
chasen
Description:a Japanese Morphological Analysis System More...

ChaSen is a morphological analysys system. It can segment and
tokenize Japanese text string, and can output with many additional
informations (pronunciation, semantic information, and others).
It will print the result of such an operation to the standard output,
so that it can be either written to a file or further processed.

Package:chasen_2.4.4-1nlp1~0intrepid1_i386.deb
Package:chasen_2.4.4-1nlp1~0intrepid1_amd64.deb
chasen-dictutils
Description:a Japanese Morphological Analysis System - utilities for dictionary More...

Dictionary utilities for ChaSen.
ChaSen is a morphological analysys system. It can segment and
tokenize Japanese text string, and can output with many additional
informations (pronunciation, semantic information, and others).

Package:chasen-dictutils_2.4.4-1nlp1~0intrepid1_i386.deb
Package:chasen-dictutils_2.4.4-1nlp1~0intrepid1_amd64.deb
libchasen-dev
Description:a Japanese Morphological Analysis System (libraries and headers) More...

You can use ChaSen library to put ChaSen's module into other programs.
ChaSen is a morphological analysys system. It can segment and
tokenize Japanese text string, and can output with many additional
informations (pronunciation, semantic information, and others).

Package:libchasen-dev_2.4.4-1nlp1~0intrepid1_i386.deb
Package:libchasen-dev_2.4.4-1nlp1~0intrepid1_amd64.deb
libchasen0c2a
Description:a Japanese Morphological Analysis System (shared libraries) More...

Shared libraries for ChaSen.
ChaSen is a morphological analysys system. It can segment and
tokenize Japanese text string, and can output with many additional
informations (pronunciation, semantic information, and others).

Package:libchasen0c2a_2.4.4-1nlp1~0intrepid1_i386.deb
Package:libchasen0c2a_2.4.4-1nlp1~0intrepid1_amd64.deb

crf++
Version:0.54-1nlp1~0intrepid1
Source (dsc):crf++_0.54-1nlp1~0intrepid1.dsc
Source (tar.gz):crf++_0.54-1nlp1~0intrepid1.tar.gz
crf++
Description:Yet Another CRF toolkit More...

CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is
designed for generic purpose and will be applied to a variety of NLP tasks,
such as Named Entity Recognition, Information Extraction and Text Chunking.

Features:

* Can redefine feature sets
* Written in C++ with STL
* Fast training based on LBFGS, a quasi-newton algorithm for large scale
numerical optimization problem
* Less memory usage both in training and testing
* encoding/decoding in practical time
* Can perform n-best outputs
* Can perform single-best MIRA training
* Can output marginal probabilities for all candidates
* Available as an open source software

For more information see the project homepage at <http://crfpp.sourceforge.net/>

Package:crf++_0.54-1nlp1~0intrepid1_i386.deb
Package:crf++_0.54-1nlp1~0intrepid1_amd64.deb
crf++-doc
Description:Documentation for CRF++ More...

CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is
designed for generic purpose and will be applied to a variety of NLP tasks,
such as Named Entity Recognition, Information Extraction and Text Chunking.

Features:

* Can redefine feature sets
* Written in C++ with STL
* Fast training based on LBFGS, a quasi-newton algorithm for large scale
numerical optimization problem
* Less memory usage both in training and testing
* encoding/decoding in practical time
* Can perform n-best outputs
* Can perform single-best MIRA training
* Can output marginal probabilities for all candidates
* Available as an open source software

For more information see the project homepage at <http://crfpp.sourceforge.net/>

This package contains the documentation for CRF++.

Package:crf++-doc_0.54-1nlp1~0intrepid1_all.deb
libcrf++-dev
Description:Libraries and headers for development with CRF++ More...

CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is
designed for generic purpose and will be applied to a variety of NLP tasks,
such as Named Entity Recognition, Information Extraction and Text Chunking.

Features:

* Can redefine feature sets
* Written in C++ with STL
* Fast training based on LBFGS, a quasi-newton algorithm for large scale
numerical optimization problem
* Less memory usage both in training and testing
* encoding/decoding in practical time
* Can perform n-best outputs
* Can perform single-best MIRA training
* Can output marginal probabilities for all candidates
* Available as an open source software

For more information see the project homepage at <http://crfpp.sourceforge.net/>

This package contains the libraries and headers for development with CRF++.

Package:libcrf++-dev_0.54-1nlp1~0intrepid1_i386.deb
Package:libcrf++-dev_0.54-1nlp1~0intrepid1_amd64.deb
libcrf++0
Description:CRF++ shared libraries More...

CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is
designed for generic purpose and will be applied to a variety of NLP tasks,
such as Named Entity Recognition, Information Extraction and Text Chunking.

Features:

* Can redefine feature sets
* Written in C++ with STL
* Fast training based on LBFGS, a quasi-newton algorithm for large scale
numerical optimization problem
* Less memory usage both in training and testing
* encoding/decoding in practical time
* Can perform n-best outputs
* Can perform single-best MIRA training
* Can output marginal probabilities for all candidates
* Available as an open source software

For more information see the project homepage at <http://crfpp.sourceforge.net/>

This package contains the CRF++ shared libraries.

Package:libcrf++0_0.54-1nlp1~0intrepid1_i386.deb
Package:libcrf++0_0.54-1nlp1~0intrepid1_amd64.deb

libmecab-perl
Version:0.98pre3-1nlp1~0intrepid1
Source (dsc):libmecab-perl_0.98pre3-1nlp1~0intrepid1.dsc
Source (tar.gz):libmecab-perl_0.98pre3-1nlp1~0intrepid1.tar.gz
libmecab-perl
Description:Perl interface for MeCab More...

libmecab-perl is a perl interface for the Japanese morphological analyzer,
MeCab.

Mecab is a morphological analysis system. It reads Japanese sentences from
the standard input, segments them into morpheme sequences, and outputs them
to the standard output with many additional pieces of information
(pronunciation, semantic information, etc).

For more information, see http://www.chasen.org/~taku/software/mecab/
(available in Japanese only).

Package:libmecab-perl_0.98pre3-1nlp1~0intrepid1_i386.deb
Package:libmecab-perl_0.98pre3-1nlp1~0intrepid1_amd64.deb

libtext-chasen-perl
Version:1.04-4nlp2~0intrepid1
Source (dsc):libtext-chasen-perl_1.04-4nlp2~0intrepid1.dsc
Source (tar.gz):libtext-chasen-perl_1.04-4nlp2~0intrepid1.tar.gz
libtext-chasen-perl
Description:Japanese Morphological Analysis System module for Perl More...

ChaSen (a Japanese morphological analysis system) module for Perl.

Package:libtext-chasen-perl_1.04-4nlp2~0intrepid1_i386.deb
Package:libtext-chasen-perl_1.04-4nlp2~0intrepid1_amd64.deb

mecab
Version:0.98pre3-1nlp1~0intrepid1
Source (dsc):mecab_0.98pre3-1nlp1~0intrepid1.dsc
Source (tar.gz):mecab_0.98pre3-1nlp1~0intrepid1.tar.gz
libmecab-dev
Description:Header files of Mecab More...

This package provides header files which are necessary to development
programs using runtime libraries of Mecab, that is a Japanese
morphological analysis system.

Package:libmecab-dev_0.98pre3-1nlp1~0intrepid1_i386.deb
Package:libmecab-dev_0.98pre3-1nlp1~0intrepid1_amd64.deb
libmecab1
Description:Libraries of Mecab More...

This package provides runtime libraries of Mecab, that is a Japanese
morphological analysis system.

Package:libmecab1_0.98pre3-1nlp1~0intrepid1_i386.deb
Package:libmecab1_0.98pre3-1nlp1~0intrepid1_amd64.deb
mecab
Description:Japanese morphological analysis system More...

Mecab is a morphological analysis system. It reads Japanese
sentences from the standard input, segments them into morpheme
sequences, and outputs them to the standard output with many
additional pieces of information (pronunciation, semantic
information, etc).

Package:mecab_0.98pre3-1nlp1~0intrepid1_i386.deb
Package:mecab_0.98pre3-1nlp1~0intrepid1_amd64.deb
mecab-utils
Description:Support programs of Mecab More...

This package provides the dictionary compiler to convert a dictionary
written in text format to a binary data for Mecab, that is a Japanese
morphological analysis system. This package is necessary to install
dictionary packages for Mecab like mecab-jumandic.

Package:mecab-utils_0.98pre3-1nlp1~0intrepid1_i386.deb
Package:mecab-utils_0.98pre3-1nlp1~0intrepid1_amd64.deb

mecab-ipadic
Version:2.7.0-20070801-3nlp1~0intrepid1
Source (dsc):mecab-ipadic_2.7.0-20070801-3nlp1~0intrepid1.dsc
Source (tar.gz):mecab-ipadic_2.7.0-20070801-3nlp1~0intrepid1.tar.gz
mecab-ipadic
Description:IPA dictionary compiled for Mecab More...

This package provides IPA dictionary converted for Mecab, that is a
Japanese morphological analysis system. This dictionary written in
IPA grammar system.

Package:mecab-ipadic_2.7.0-20070801-3nlp1~0intrepid1_all.deb
mecab-ipadic-utf8
Description:IPA dictionary encoded in UTF-8 compiled for Mecab More...

This package provides IPA dictionary converted for Mecab, that is a
Japanese morphological analysis system. This dictionary written in
IPA grammar system.

Package:mecab-ipadic-utf8_2.7.0-20070801-3nlp1~0intrepid1_all.deb

mecab-naist-jdic
Version:0.6.3-20100801-1nlp1~0intrepid1
Source (dsc):mecab-naist-jdic_0.6.3-20100801-1nlp1~0intrepid1.dsc
Source (tar.gz):mecab-naist-jdic_0.6.3-20100801-1nlp1~0intrepid1.tar.gz
mecab-naist-jdic
Description:free Japanese Dictionaries for mecab (replacement of mecab-ipadic) in UTF-8 More...

NAIST Japanese Dictionary is a Dictionary for MeCab, Japanese morphological
analysis implementation.

This is based on mecab-ipadic, however it is released under BSD style license
now by NAIST (Nara Institute of Science and Technology, Japan), so it is free
and can replace mecab-ipadic.

This package provides EUC-JP data, not UTF-8.

Package:mecab-naist-jdic_0.6.3-20100801-1nlp1~0intrepid1_all.deb
mecab-naist-jdic-utf8
Description:free Japanese Dictionaries for mecab (replacement of mecab-ipadic) in UTF-8 More...

NAIST Japanese Dictionary is a Dictionary for MeCab, Japanese morphological
analysis implementation.

This is based on mecab-ipadic, however it is released under BSD style license
now by NAIST (Nara Institute of Science and Technology, Japan), so it is free
and can replace mecab-ipadic.
.

Package:mecab-naist-jdic-utf8_0.6.3-20100801-1nlp1~0intrepid1_all.deb

python-chasen
Version:0.01-1nlp2~0intrepid1
Source (dsc):python-chasen_0.01-1nlp2~0intrepid1.dsc
Source (tar.gz):python-chasen_0.01-1nlp2~0intrepid1.tar.gz
python-chasen
Description:Python interface to ChaSen More...

python-chasen is a python interface for the Japanese morphological analyzer,
ChaSen.

ChaSen is a morphological analysis system. It reads Japanese sentences from
the standard input, segments them into morpheme sequences, and outputs them
to the standard output with many additional pieces of information
(pronunciation, semantic information, etc).

For more information, see http://www.chasen.org/ (available in Japanese only).

Package:python-chasen_0.01-1nlp2~0intrepid1_i386.deb
Package:python-chasen_0.01-1nlp2~0intrepid1_amd64.deb

python-mecab
Version:0.98pre3-1nlp1~0intrepid1
Source (dsc):python-mecab_0.98pre3-1nlp1~0intrepid1.dsc
Source (tar.gz):python-mecab_0.98pre3-1nlp1~0intrepid1.tar.gz
python-mecab
Description:Python interface to MeCab More...

python-mecab is a python interface for the Japanese morphological analyzer,
MeCab.

Mecab is a morphological analysis system. It reads Japanese sentences from
the standard input, segments them into morpheme sequences, and outputs them
to the standard output with many additional pieces of information
(pronunciation, semantic information, etc).

For more information, see http://mecab.sourceforge.jp/
(available in Japanese only).

Package:python-mecab_0.98pre3-1nlp1~0intrepid1_i386.deb
Package:python-mecab_0.98pre3-1nlp1~0intrepid1_amd64.deb

tinysvm
Version:0.09-3nlp2~0intrepid1
Source (dsc):tinysvm_0.09-3nlp2~0intrepid1.dsc
Source (tar.gz):tinysvm_0.09-3nlp2~0intrepid1.tar.gz
libtinysvm-dev
Description:Libraries and headers for development with TinySVM More...

TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95], [Vapnik 98] for the problem of pattern recognition.
Support Vector Machines is a new generation learning algorithms based on recent advances in statistical learning theory, and
applied to large number of real-world applications, such as text categorization, hand-written character recognition.

Package:libtinysvm-dev_0.09-3nlp2~0intrepid1_i386.deb
Package:libtinysvm-dev_0.09-3nlp2~0intrepid1_amd64.deb
libtinysvm1
Description:TinySVM shared libraries More...

TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95], [Vapnik 98] for the problem of pattern recognition.
Support Vector Machines is a new generation learning algorithms based on recent advances in statistical learning theory, and
applied to large number of real-world applications, such as text categorization, hand-written character recognition.

Package:libtinysvm1_0.09-3nlp2~0intrepid1_i386.deb
Package:libtinysvm1_0.09-3nlp2~0intrepid1_amd64.deb
tinysvm
Description:An implementation of Support Vector Machines (SVMs) More...

TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95], [Vapnik 98] for the problem of pattern recognition.
Support Vector Machines is a new generation learning algorithms based on recent advances in statistical learning theory, and
applied to large number of real-world applications, such as text categorization, hand-written character recognition.

Package:tinysvm_0.09-3nlp2~0intrepid1_i386.deb
Package:tinysvm_0.09-3nlp2~0intrepid1_amd64.deb
tinysvm-doc
Description:Documentation for TinySVM More...

TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95], [Vapnik 98] for the problem of pattern recognition.
Support Vector Machines is a new generation learning algorithms based on recent advances in statistical learning theory, and
applied to large number of real-world applications, such as text categorization, hand-written character recognition.

Package:tinysvm-doc_0.09-3nlp2~0intrepid1_all.deb

yamcha
Version:0.33-1nlp2~0intrepid1
Source (dsc):yamcha_0.33-1nlp2~0intrepid1.dsc
Source (tar.gz):yamcha_0.33-1nlp2~0intrepid1.tar.gz
libyamcha-dev
Description:Header files of YamCha More...

YamCha is a general-purpose tagger based on SVMs.

Package:libyamcha-dev_0.33-1nlp2~0intrepid1_i386.deb
Package:libyamcha-dev_0.33-1nlp2~0intrepid1_amd64.deb
libyamcha1
Description:Libraries of YamCha More...

YamCha is a general-purpose tagger based on SVMs.

Package:libyamcha1_0.33-1nlp2~0intrepid1_i386.deb
Package:libyamcha1_0.33-1nlp2~0intrepid1_amd64.deb
yamcha
Description:Yet Another Multipurpose CHunk Annotator More...

YamCha stands for Yet Another Multipurpose CHunk Annotator, which is
designed as a general-purpose tagger based on SVMs.

Package:yamcha_0.33-1nlp2~0intrepid1_i386.deb
Package:yamcha_0.33-1nlp2~0intrepid1_amd64.deb