Skip to content

Commit

Permalink
Updated version and prepared distro for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-martins committed Jun 26, 2014
1 parent bbf6bac commit a98cffa
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 1,664 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@
* Introduced third-order parts (as described in our ACL 2013 short paper).
* Windows-compatible (tested under MSVC; thanks to Afonso Mendes).
* TurboTagger is now faster.

2014-06-26 TurboParser 2.2.0 [email protected]
New release with some additional features:
* Implemented a Python wrapper using Cython.
* Added a semantic parser, TurboSemanticParser (as described in our SemEval
2014 paper)
* Added a tokenizer for Portuguese.
26 changes: 26 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,32 @@ scripts/train_test_parser.sh \
scripts/train_test_tagger.sh \
data/sample/sample_train.conll \
data/sample/sample_test.conll \
scripts_srl/eval08.pl \
scripts_srl/remove_augmented.py \
scripts_srl/train_test_semantic_parser.sh \
scripts_srl/train_test_submission_closed.sh \
scripts_srl/train_test_submission_open.sh \
semeval2014_data/README \
semeval2014_data/scripts/augment_with_companion_data.py \
semeval2014_data/scripts/dev_ids \
semeval2014_data/scripts/generate_all_splits.sh \
semeval2014_data/scripts/split_data.py \
semeval2014_data/scripts/train+dev_ids \
semeval2014_data/scripts/train_ids \
libturboparser/Makefile \
libturboparser/TurboParserInterface.cpp \
libturboparser/TurboParserInterface.h \
python/install_wrapper.sh \
python/lemmatizer.py \
python/nlp_pipeline.py \
python/README \
python/setup.py \
python/turbo_parser.pyx \
python/tokenizers/__init__.py \
python/tokenizers/portuguese/__init__.py \
python/tokenizers/portuguese/clitics.py \
python/tokenizers/portuguese/contractions.py \
python/tokenizers/portuguese/word_tokenizer.py \
install_deps.sh \
deps/AD3-2.0.2.tar.gz \
deps/gflags-2.0-no-svn-files.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.59])
AC_INIT([TurboParser], [2.1.0], [[email protected]], [TurboParser],
AC_INIT([TurboParser], [2.2.0], [[email protected]], [TurboParser],
[http://www.ark.cs.cmu.edu/TurboParser/])

AM_INIT_AUTOMAKE([1.10 -Wall no-define])
Expand Down
230 changes: 0 additions & 230 deletions scripts_srl/corpus_statistics.txt

This file was deleted.

Loading

0 comments on commit a98cffa

Please sign in to comment.