forked from andre-martins/TurboParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version and prepared distro for a new release.
- Loading branch information
1 parent
bbf6bac
commit a98cffa
Showing
6 changed files
with
71 additions
and
1,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.