#author("2022-10-11T18:59:30+09:00","kurohashi_kawahara_lab","kurohashi_kawahara_lab")
#author("2022-10-11T19:08:15+09:00","kurohashi_kawahara_lab","kurohashi_kawahara_lab")
* KWJA: Kyoto-Waseda Japanese Analyzer [#k6455795]

KWJA is a Japanese language analyzer based on pre-trained language models.
KWJA performs many language analysis tasks, including:
- Typo correction
- Tokenization
- Word normalization
- Morphological analysis
- Named entity recognition
- Word feature tagging
- Dependency parsing
- PAS analysis
- Bridging reference resolution
- Coreference resolution
- Discourse relation analysis

For more details, see the GitHub repository ([[https://github.com/ku-nlp/kwja>https://github.com/ku-nlp/kwja]]).

** Usage [#kbb83a0e]
  # Analyze a text
  $ kwja --text "KWJAは日本語の統合解析ツールです。汎用言語モデルを利用し、様々な言語解析を統一的な方法で解いています。"

  # Analyze a text file and write the result to a file
  $ kwja --file path/to/file.txt > path/to/analyzed.knp
Analyze a text
  $ kwja --text "KWJAは日本語の統合解析ツールです。様々な言語解析を統一的な方法で解いています。"

Analyze a text file
  $ echo "KWJAは日本語の統合解析ツールです。様々な言語解析を統一的な方法で解いています。" > path/to/file.txt
  $ kwja --file path/to/file.txt

** Requirements [#dec3bb8d]
- Python 3.8 or later

** Installation [#ke6dd2a3]
  $ pip install kwja

** Change Log [#o61df8e4]
- 1.1.0 - 2022/10/11 Add an interactive mode. Support Python 3.8.
- 1.0.0 - 2022/9/28 Release

Front page   Edit Diff Backup Attach Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes