# kytea **Repository Path**: mirrors_chezou/kytea ## Basic Information - **Project Name**: kytea - **Description**: The Kyoto Text Analysis Toolkit for word segmentation and pronunciation estimation, etc. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README KyTea [![Build Status](https://travis-ci.org/neubig/kytea.svg?branch=master)](https://travis-ci.org/neubig/kytea) ===== KyTea is a general text analysis toolkit, with a focus on Japanese and other languages requiring word or morpheme segmentation. Detailed usage information can be found at To build KyTea, run $ ./configure $ make If there is no configure file in the directory (for example, if you checked the source out from [GitHub](https://github.com/neubig/kytea)), you must rebuild the configure file using the following command: $ autoreconf -i