Skip to content

在github 上比较有名的bi lstm+crf 的ner模型实现做了一处修改。原实现的viterbi解码依赖numpy,模型没法脱离python 使用。我把调用numpy 的 viterbi解码改成使用tensorflow 算子。这样一来,整个计算都是在tensorflow 计算图中,可以把模型固化,使用java api 加载调用。

Notifications You must be signed in to change notification settings

liuzhenhai93/named-entity-recognization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

About

在github 上比较有名的bi lstm+crf 的ner模型实现做了一处修改。原实现的viterbi解码依赖numpy,模型没法脱离python 使用。我把调用numpy 的 viterbi解码改成使用tensorflow 算子。这样一来,整个计算都是在tensorflow 计算图中,可以把模型固化,使用java api 加载调用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published