Skip to content

justforyou16007/AllenNLP-Tutorials-Chinese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

中文AllenNLP教程(持续更新)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published