You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,22 @@
1
1
SyntaxNet API
2
2
=============
3
3
4
+
## This repository is obsolete
5
+
6
+
Much better alternative to SyntaxNet now exists like [Spacy](https://spacy.io/) and [StanfordNLP](https://stanfordnlp.github.io/stanfordnlp/). They are much more usable, provides similar performances and much better tokenization.
7
+
8
+
9
+
10
+
11
+
## Old documentation
12
+
4
13
A small HTTP API for SyntaxNet under Apache 2 Licence.
5
14
Live version at [http://syntaxnet.askplatyp.us](http://syntaxnet.askplatyp.us).
6
15
It relies on [syntaxnet_wrapper](https://github.com/livingbio/syntaxnet_wrapper).
7
16
8
17
Currently only provides a way to call SyntaxNet universal dependencies models.
9
18
10
-
## Install
19
+
###Install
11
20
12
21
Docker is currently the only supported installation way:
0 commit comments