paper-with-me

홈 › Papers

fugashi, a Tool for Tokenizing Japanese in Python

2020-10-14 · EMNLP (NLPOSS) 2020 11 · Paul McCann

Recent years have seen an increase in the number of large-scale multilingual NLP projects. However, even in such projects, languages with special processing requirements are often excluded. One such language is Japanese. Japanese is written without spaces, tokenization is non-trivial, and while high quality open source tokenizers exist they can be hard to use and lack English documentation. This paper introduces fugashi, a MeCab wrapper for Python, and gives an introduction to tokenizing Japanese.

📄 PDF Abstract BibTeX arXiv:2010.06858

Code (1)

polm/fugashi 공식 구현

Tasks

Multilingual NLP

Similar Papers 제목 키워드 기반

Word Complexity Estimation for Japanese Lexical Simplification

2020-05-01 · LREC 2020 5 · Daiki Nishihara, Tomoyuki Kajiwara

We introduce three language resources for Japanese lexical simplification: 1) a large-scale word complexity lexicon, 2) the first synonym lexicon for converting complex words to simpler ones, and 3) the first toolkit for…

BenchmarkingLexical Simplification

Illinois Japanese \leftrightarrow English News Translation for WMT 2021

2021-11-01 · WMT (EMNLP) 2021 11 · Giang Le, Shinka Mori, Lane Schwartz

This system paper describes an end-to-end NMT pipeline for the Japanese \leftrightarrow English news translation task as submitted to WMT 2021, where we explore the efficacy of techniques such as tokenizing with language…

NMTRerankingTranslation

ESPnet2-TTS: Extending the Edge of TTS Research

2021-10-15 · Tomoki Hayashi, Ryuichi Yamamoto, Takenori Yoshimura, Peter Wu 외

This paper describes ESPnet2-TTS, an end-to-end text-to-speech (E2E-TTS) toolkit. ESPnet2-TTS extends our earlier version, ESPnet-TTS, by adding many new features, including: on-the-fly flexible pre-processing, joint tra…

text-to-speechText to Speech

SentencePiece: A simple and language independent subword tokenizer and detokenizer for Neural Text Processing

2018-08-19 · EMNLP 2018 11 · Taku Kudo, John Richardson

This paper describes SentencePiece, a language-independent subword tokenizer and detokenizer designed for Neural-based text processing, including Neural Machine Translation. It provides open-source C++ and Python impleme…

Machine TranslationNMTSegmentationTranslation

JMedBench: A Benchmark for Evaluating Japanese Biomedical Large Language Models

2024-09-20 · Junfeng Jiang, Jiahao Huang, Akiko Aizawa

Recent developments in Japanese large language models (LLMs) primarily focus on general domains, with fewer advancements in Japanese biomedical LLMs. One obstacle is the absence of a comprehensive, large-scale benchmark …