-
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.
-
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.
-
-
Update dockerfile to allow notebook to run (#1308)
This fixes the 'running as root is not recommended' crash
-
I had to figure this one out on my own. Probably belongs in the manual install notes.
-
Second row had an extra set of dashes, making the markdown invalid and falling back to raw text instead of the intended table.
-
* Release DRAGNN * Update CoNLL evaluation table & evaluator.py * Update documentation & tutorial for DRAGNN * Update the DRAGNN * Tutorial link
-
Update docs & tutorial (#1178)
* Release DRAGNN * Update CoNLL evaluation table & evaluator.py * Update documentation & tutorial for DRAGNN
-
* Release DRAGNN * Update CoNLL evaluation table & evaluator.py
-
Sync SyntaxNet with TensorFlow r1.0 (#1062)
* Sync SyntaxNet with TensorFlow r1.0 * Fix typo back * Fix Dockerfile to match TensorFlow 1.0
-
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).
-
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.
-
-
-
* 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
-
Fixed conll2tree.py; handling correctly a sentence that has multiple …
…elements with identical representation (#292)
-
Adding a note about building with GPU support. (#340)
calberti committed on GitHubAug 25, 2016
-
-
calberti committed on GitHub
Aug 8, 2016 -
Scripts and documentation for syntaxnet support for new languages (#308)
* Adding scripts for tokenization and parsing in new languages.
calberti committed on GitHubAug 8, 2016
-
New features, locator and text format for tokenization (#306)
* Adding: - offset feature locator, - last word feature function, - untokenized text format.
calberti committed on GitHubAug 7, 2016
-
Adding references to @calberti and @andorardo to syntaxnet readme. (#303
) * Adding references to @calberti and @andorardo to syntaxnet readme.
-
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 GitHubAug 4, 2016