paper-with-me

Papers

Back to Patterns: Efficient Japanese Morphological Analysis with Feature-Sequence Trie

2023-05-30 · Naoki Yoshinaga

Accurate neural models are much less efficient than non-neural models and are useless for processing billions of social media posts or handling user queries in real time with a limited budget. This study revisits the fastest pattern-based NLP methods to make them as accurate as possible, thus yielding a strikingly simple yet surprisingly accurate morphological analyzer for Japanese. The proposed method induces reliable patterns from a morphological dictionary and annotated data. Experimental results on two standard datasets confirm that the method exhibits comparable accuracy to learning-based baselines, while boasting a remarkable throughput of over 1,000,000 sentences per second on a single modern CPU. The source code is available at https://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jagger/

📄 PDF Abstract BibTeX arXiv:2305.19045

Code (0)

등록된 구현이 없습니다.

Tasks

CPUMorphological Analysis

Similar Papers 제목 키워드 기반

Morphological Analysis of Japanese Hiragana Sentences using the BI-LSTM CRF Model

2022-01-10 · Jun Izutsu, Kanako Komiya

This study proposes a method to develop neural models of the morphological analyzer for Japanese Hiragana sentences using the Bi-LSTM CRF model. Morphological analysis is a technique that divides text data into words and…

Morphological Analysis

UniDic for Early Middle Japanese: a Dictionary for Morphological Analysis of Classical Japanese

2012-05-01 · LREC 2012 5 · Toshinobu Ogiso, Mamoru Komachi, Yasuharu Den, Yuji Matsumoto

In order to construct an annotated diachronic corpus of Japanese, we propose to create a new dictionary for morphological analysis of Early Middle Japanese (Classical Japanese) based on UniDic, a dictionary for Contempor…

Morphological Analysis

Extracting linguistic speech patterns of Japanese fictional characters using subword units

2022-03-05 · Mika Kishino, Kanako Komiya

This study extracted and analyzed the linguistic speech patterns that characterize Japanese anime or game characters. Conventional morphological analyzers, such as MeCab, segment words with high performance, but they are…

User-Generated Text Corpus for Evaluating Japanese Morphological Analysis and Lexical Normalization

2021-04-08 · NAACL 2021 4 · Shohei Higashiyama, Masao Utiyama, Taro Watanabe, Eiichiro Sumita

Morphological analysis (MA) and lexical normalization (LN) are both important tasks for Japanese user-generated text (UGT). To evaluate and compare different MA/LN systems, we have constructed a publicly available Japane…

Lexical NormalizationMorphological Analysis

Mind Your Moras: Orthography-Aware Error Analysis of Neural Japanese Morphological Generation

2026-05-19 · Wen Zhang arxiv

We present an orthography-aware error analysis of Japanese past-tense morphological inflection, treating hiragana not merely as a transcriptional medium, but as a representational system encoding morphophonological disti…