Skip to content

t1101675/Pinyin

Repository files navigation

Pinyin For Introduction to AI

by gyx THUCST

1. Introduction

A basic pinyin project in Python. The model is based on n_gram language model. Considering computing complexity and accuracy, 2_gram and 3_gram is implemented.

2. Requirements

  • python3
  • tqdm

3. Quick Start

pip3 install -r requirements.txt

python3 pinyin --load model/2-gram-model.model

4. Data

The model provided is trained with sina_news in some year(forgot...)

About

Pinyin Input. Project of [Introduction to AI]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors