Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from adamsZQ/knu_ci

code for character identification with knu_ci

Notifications You must be signed in to change notification settings

BrianTin/knu_ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knu_ci

主要为复现Knu_ci这篇论文,以及相关的前置seq2seq和allen nlp的学习 论文连接如下: https://www.aclweb.org/anthology/S18-1107

代码结构

.
|-- conf
|   `-- config.yaml
|-- knu_ci
|   |-- __init__.py
|   |-- my_logger.py
|   |-- seq2seq   # by torch
|   |-- seq2seq_allen   # by allen nlp
|   |-- seq2seq_knu   # by allen nlp
|   `-- utils.py
|-- scripts
|   |-- __init__.py
|   |-- data_process
|   |-- seq2seq
|   |-- seq2seq_allen
|   `-- seq2seq_knu
`-- tests
    |-- __init__.py
    |-- test_grammar.py
    `-- test_log.py

About

code for character identification with knu_ci

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%