2017
DOI: 10.1145/3047405
|View full text |Cite
|
Sign up to set email alerts
|

A Hybrid Model for Chinese Spelling Check

Abstract: Spelling check for Chinese has more challenging difficulties than that for other languages. A hybrid model for Chinese spelling check is presented in this article. The hybrid model consists of three components: one graph-based model for generic errors and two independently trained models for specific errors. In the graph model, a directed acyclic graph is generated for each sentence, and the single-source shortest-path algorithm is performed on the graph to detect and correct general spelling errors at the sam… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
16
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
4
3
1

Relationship

1
7

Authors

Journals

citations
Cited by 26 publications
(16 citation statements)
references
References 29 publications
0
16
0
Order By: Relevance
“…Thus, FASPell is faster than their model. Zhao et al (2017) filter candidates by finding the single-source shortest path (SSSP) in a directed graph consisting of all candidates for every token in a sentence. The algorithm they used has a time complexity of O(|V | + |E|) where |V | is the number of vertices and |E| is the number of edges in the graph (Eppstein, 1998).…”
Section: Filtering Speed 10mentioning
confidence: 99%
“…Thus, FASPell is faster than their model. Zhao et al (2017) filter candidates by finding the single-source shortest path (SSSP) in a directed graph consisting of all candidates for every token in a sentence. The algorithm they used has a time complexity of O(|V | + |E|) where |V | is the number of vertices and |E| is the number of edges in the graph (Eppstein, 1998).…”
Section: Filtering Speed 10mentioning
confidence: 99%
“…For the candidate selection phase, the perplexity from language models is frequently used for selecting the most reasonable candidate (Chang, 1995;Jia et al, 2013;Yu and Li, 2014;Yeh et al, 2015). Rules are effective and often included in the CSC model for handling singlecharacter errors (Hsieh et al, 2015;Zhang et al, 2015;Zhao et al, 2017). Recent researchers rely on supervised methods to achieve further improvement.…”
Section: Related Workmentioning
confidence: 99%
“…Yeh et al (2015) employ a maximum entropy (ME) model for correction selection. Zhao et al (2017) use conditional random fields (CRFs) to handle two types of misspelled single-character word. Cheng et al (2020) propose to incorporate phonological and visual similarity knowledge into the CSC models via a graph convolutional network.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…However, our concerned task, hypernym discovery, is rather more challenging since it requires the systems to explore the semantic connection with all the exhausted candidates in the latent space and rank a candidate set instead of a binary classification in previous work. Recently, neural network (NN) models have shown competitive or even better results than traditional linear models with handcrafted sparse fea-tures (Qin et al, 2016b;?,a;Wang et al, 2016c;Zhao et al, 2017a;Wang et al, 2017;Qin et al, 2017;Zhao et al, 2017b;Li et al, 2018). In this work, we introduce a neural network architecture for the concerned task and empirically study various neural networks to model the distributed representations for words and phrases.…”
Section: Introductionmentioning
confidence: 99%