liaoming999 / Text-Norm

Code for the [EMNLP 2013 paper]

Home Page:http://www.cc.gatech.edu/~yyang319/download/yang-emnlp-2013.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java codes for EMNLP paper: A Log-Linear Model for Unsupervised Text Normalization

The training file has the following format:
<s> standardToken1 standardToken2 ... nonstandardToken1:nonstd ... </s>

For example,
<s> hello , nice 2:nonstd meet u:nonstd ! </s>

SGD training codes will be provided later.

About

Code for the [EMNLP 2013 paper]

http://www.cc.gatech.edu/~yyang319/download/yang-emnlp-2013.pdf


Languages

Language:Java 100.0%