Commits on May 20, 2017
  1. Update protobuf version dependency

    Updates protobuf version as previous (3.0.0b2) was no longer compatible and resulted in failing bazel tests during setup process.
    angryadam committed on GitHub May 20, 2017
Commits on May 3, 2017
  1. Remove --no-preserve=all build_pip_package.py

    This commit removes --no-preserve=all from
    syntaxnet/dragnn/tools/build_pip_package.py. It was causing issues for
    OSX developers, as that option is not available on OSX.
    markomernick committed May 3, 2017
Commits on Apr 6, 2017
  1. Fix broken url link

    jadekler committed with nealwu Apr 6, 2017
  2. Update dockerfile to allow notebook to run (#1308)

    This fixes the 'running as root is not recommended' crash
    jadekler committed with calberti Apr 6, 2017
Commits on Apr 5, 2017
  1. Update README.md

    I had to figure this one out on my own. Probably belongs in the manual install notes.
    odellus committed on GitHub Apr 5, 2017
Commits on Mar 24, 2017
Commits on Mar 23, 2017
Commits on Mar 20, 2017
  1. Make table valid markdown

    Second row had an extra set of dashes, making the markdown invalid and falling back to raw text instead of the intended table.
    EmilStenstrom committed with nealwu Mar 18, 2017
Commits on Mar 17, 2017
  1. Update the DRAGNN (#1191)

    * Release DRAGNN
    
    * Update CoNLL evaluation table & evaluator.py
    
    * Update documentation & tutorial for DRAGNN
    
    * Update the DRAGNN
    
    * Tutorial link
    bogatyy committed with calberti Mar 17, 2017
Commits on Mar 15, 2017
  1. Update docs & tutorial (#1178)

    * Release DRAGNN
    
    * Update CoNLL evaluation table & evaluator.py
    
    * Update documentation & tutorial for DRAGNN
    bogatyy committed with calberti Mar 15, 2017
  2. Release DRAGNN (#1177)

    * Release DRAGNN
    
    * Update CoNLL evaluation table & evaluator.py
    bogatyy committed with calberti Mar 15, 2017
Commits on Mar 14, 2017
Commits on Feb 24, 2017
  1. Fix Bazel version check (#1069)

    bogatyy committed with calberti Feb 24, 2017
Commits on Feb 23, 2017
  1. Sync SyntaxNet with TensorFlow r1.0 (#1062)

    * Sync SyntaxNet with TensorFlow r1.0
    
    * Fix typo back
    
    * Fix Dockerfile to match TensorFlow 1.0
    bogatyy committed with calberti Feb 23, 2017
Commits on Feb 9, 2017
  1. typo

    angusmcleod committed on GitHub Feb 9, 2017
Commits on Jan 25, 2017
Commits on Jan 16, 2017
  1. Remove dated Bazel docs in syntaxnet (#905)

    Fixes #657
    jart committed with drpngx Jan 16, 2017
Commits on Jan 14, 2017
  1. Upgrade Bazel in syntaxnet Dockerfile

    jart committed on GitHub Jan 14, 2017
Commits on Jan 13, 2017
Commits on Oct 19, 2016
  1. Fix POS tagging score of Ling et al.(2005)

    For English News Corpus,
    [Ling et al. (2015)](http://www.cs.cmu.edu/~lingwang/papers/emnlp2015.pdf)'s score is 
    97.78 -> 97.44 (lower than SyntaxNet and Parsey Mcparseface)
    according to [Andor et al. (2016)](http://arxiv.org/abs/1603.06042).
    j-min committed on GitHub Oct 19, 2016
Commits on Oct 3, 2016
  1. Updates to syntaxnet, including update tensorflow sub-module, bazel r…

    …equirement and fix trainer crash (#479)
    
    * syntaxnet: Cosmetic fixes recommended by python lint.
    
    * syntaxnet: Fix crash in parser_trainer due to inconsistency between LexiconBuilder::Compute()
    	   and context.pbtxt definition ('char-map' input declaration was missing).
    
    * syntaxnet: reduce flakiness in GraphBuilderTest.
    
    * syntaxnet: Update tensorflow submodule to version > 0.10.
    
    * syntaxnet: Update to latest stable bazel (0.3.1).
    
    This update comes partially to allow Tensorflow submodule to build
    succesffuly. In this commit, I also update and simplify the WORKSPACE,
    to avoid declaring dependencies already present in tensorflow.
    
    * syntaxnet: Update bazel version check to require version 0.3.0
    
    * syntaxnet: Document pip requirement, along with python mock module.
    liviosoares committed with calberti Oct 3, 2016
Commits on Aug 29, 2016
  1. Update README.md (#225)

    * Update README.md
    
    Added alternative way to install bazel. Because people have been facing problem and by mistake they are downloading the latest version.
    
    * Update README.md
    prakhar21 committed with martinwicke Aug 29, 2016
Commits on Aug 25, 2016
  1. Fixed conll2tree.py; handling correctly a sentence that has multiple …

    …elements with identical representation (#292)
    sgn-andot committed with calberti Aug 25, 2016
Commits on Aug 8, 2016
  1. fixed URL for pretrained syntactic models

    arne-cl committed on GitHub Aug 8, 2016
  2. Title update. (#309)

    calberti committed on GitHub Aug 8, 2016
  3. Scripts and documentation for syntaxnet support for new languages (#308)

    * Adding scripts for tokenization and parsing in new languages.
    calberti committed on GitHub Aug 8, 2016
Commits on Aug 7, 2016
  1. New features, locator and text format for tokenization (#306)

    * Adding:
      - offset feature locator,
      - last word feature function,
      - untokenized text format.
    calberti committed on GitHub Aug 7, 2016
Commits on Aug 5, 2016
  1. Adding references to @calberti and @andorardo to syntaxnet readme. (#303

    )
    
    * Adding references to @calberti and @andorardo to syntaxnet readme.
    calberti committed with martinwicke Aug 5, 2016
Commits on Aug 4, 2016
  1. New transition systems and features for syntaxnet (#301)

    * Morpher and segmenter transition systems and new features (quotes, punctuation, capitalization, character ngrams, morphology attributes).
    calberti committed on GitHub Aug 4, 2016
Commits on Jul 21, 2016
  1. SyntaxNet cleanups (#281)

    Cleanup changes for syntaxnet.
    calberti committed on GitHub Jul 21, 2016