Skip to content

Joyce94/Joint-model-for-Word-Segmentation-and-POS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

this is an implementation for the paper:"A Simple and Effective Neural Model for Joint Word Segmentation and POS Tagging".

Requirement

* python 3
* pytorch 0.3.1
* numpy

Performance Result


Fscore environment seg pos
paper C++ 96.36 92.51
my_version_nobatch pytorch 96.46 92.41
my_version_batch pytorch 96.34 92.21

Data

CTB6.0

About

Implementation for paper:"A Simple and Effective Neural Model for Joint Word Segmentation and POS Tagging".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages