资源算法syntaxnet-portuguese

syntaxnet-portuguese

2020-01-10 | |  38 |   0 |   0

NOTE: tensorflow/syntaxnet now includes Parsey Universal that provides models for other languages, including Portuguese, available here.

syntaxnet-portuguese

A Portuguese language model for syntaxnet, treebank data used is available from Universal Dependencies.

Usage

Clone and build syntaxnet, then:

$ git clone git@github.com:nunorc/syntaxnet-portuguese.git
$ cd syntaxnet-portuguese
# edit test.sh to update your syntaxnet home directoy
$ echo "A Maria tem razão."  | ./test.sh 
(...)
INFO:tensorflow:Read 1 documents
Input: A Maria tem razão .
Parse:
tem VERB ROOT
 +-- Maria PROPN nsubj
 |   +-- A DET det
 +-- razão NOUN dobj
 +-- . PUNCT punct

Acknowledgements

Thank you to tensorflow and syntaxnet developers and maintainers.

Thank you to Myungchul Shin for sharing his test code.


上一篇:syntaxnet_api_server

下一篇:tensorflow-swivel

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...