资源算法AllenNLP-Tutorials-Chinese

AllenNLP-Tutorials-Chinese

2020-04-08 | |  38 |   0 |   0

AllenNLP tutorials

如果你刚开始,请查看the tutorial on our website. 我们设计了简单明了的教程。

这个教程基于AllenNLP version 0.8.4。

如果你想查看低版本的教程请查看:https://github.com/allenai/allennlp/tree/v0.8.3/tutorials.

如果您想要查看低版本的文档,可以自己构建:

$ git clone https://github.com/allenai/allennlp.git
$ conda activate your-allennlp-lib-name
$ cd doc; make html-strict

如果出现如下错误:

$ ModuleNotFoundError: No module named 'sphinx_rtd_theme'

解决方法如下:

pip install sphinx-rtd-theme

接下来进入allennlp/doc/_build目录即是文档所在位置。

我们的2018 EMNLP教程在:https://github.com/allenai/writing-code-for-nlp-research-emnlp2018。

开始

漫步AllenNLP

A Complete Example: Predicting Paper Venues

How-to


上一篇:AllenNLP_notes

下一篇:kaggle_allennlp

用户评价
全部评价

热门资源

  • 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 ...