Browse Source

README update: credits, python 2.7 (#123)

calberti 9 years ago
parent
commit
797335c333
1 changed files with 20 additions and 18 deletions
  1. 20 18
      syntaxnet/README.md

+ 20 - 18
syntaxnet/README.md

@@ -72,6 +72,8 @@ instructions for training models on other datasets.
 Running and training SyntaxNet models requires building this package from
 Running and training SyntaxNet models requires building this package from
 source. You'll need to install:
 source. You'll need to install:
 
 
+*   python 2.7:
+    * python 3 support is not available yet
 *   bazel:
 *   bazel:
     *   **versions 0.2.0 - 0.2.2b, NOT 0.2.3**
     *   **versions 0.2.0 - 0.2.2b, NOT 0.2.3**
     *   follow the instructions [here](http://bazel.io/docs/install.html)
     *   follow the instructions [here](http://bazel.io/docs/install.html)
@@ -595,21 +597,21 @@ To ask questions or report issues please contact syntaxnet-users@google.com.
 
 
 Original authors of the code in this package include (in alphabetical order):
 Original authors of the code in this package include (in alphabetical order):
 
 
-*   apresta@google.com (Alessandro Presta)
-*   bohnetbd@google.com (Bernd Bohnet)
-*   chrisalberti@google.com (Chris Alberti)
-*   credo@google.com (Tim Credo)
-*   danielandor@google.com (Daniel Andor)
-*   djweiss@google.com (David Weiss)
-*   epitler@google.com (Emily Pitler)
-*   gcoppola@google.com (Greg Coppola)
-*   golding@google.com (Andy Golding)
-*   istefan@google.com (Stefan Istrate)
-*   kbhall@google.com (Keith Hall)
-*   kuzman@google.com (Kuzman Ganchev)
-*   mjcollins@google.com (Michael Collins)
-*   ringgaard@google.com (Michael Ringgaard)
-*   ryanmcd@google.com (Ryan McDonald)
-*   severyn@google.com (Aliaksei Severyn)
-*   slav@google.com (Slav Petrov)
-*   terrykoo@google.com (Terry Koo)
+*   Alessandro Presta
+*   Aliaksei Severyn
+*   Andy Golding
+*   Bernd Bohnet
+*   Chris Alberti
+*   Daniel Andor
+*   David Weiss
+*   Emily Pitler
+*   Greg Coppola
+*   Keith Hall
+*   Kuzman Ganchev
+*   Michael Collins
+*   Michael Ringgaard
+*   Ryan McDonald
+*   Slav Petrov
+*   Stefan Istrate
+*   Terry Koo
+*   Tim Credo