Skip to content

Commit

Permalink
Adds SyntaxNet tutorial to the list of TensorFlow tutorials.
Browse files Browse the repository at this point in the history
Change: 122652123
  • Loading branch information
A. Unique TensorFlower authored and tensorflower-gardener committed May 18, 2016
1 parent 168735d commit 6349edc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tensorflow/g3doc/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ translator, entirely machine learned, end-to-end.
[View Tutorial](../tutorials/seq2seq/index.md)


## SyntaxNet: Neural Models of Syntax

An introduction to SyntaxNet, a Natural Language Processing framework for
TensorFlow.

[View Tutorial](../tutorials/syntaxnet/index.md)


## Mandelbrot Set

TensorFlow can be used for computation that has nothing to do with machine
Expand Down
17 changes: 17 additions & 0 deletions tensorflow/g3doc/tutorials/syntaxnet/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SyntaxNet

## Introduction

SyntaxNet is a neural-network Natural Language Processing framework for
TensorFlow.

## Basic SyntaxNet Tutorial

The [tutorial](
https://github.com/tensorflow/models/tree/master/syntaxnet#installation)
shows you how to:

* Install SyntaxNet.
* Use the included, pretrained Parsey McParseface parser.
* Train your own part-of-speech tagger.
* Train your own parser.

0 comments on commit 6349edc

Please sign in to comment.