Skip to content

Commit

Permalink
Release 2017-09-08
Browse files Browse the repository at this point in the history
Update CHANGELOG.md (moved from ChangeLog) and Version.lsp
  • Loading branch information
goodmami committed Sep 8, 2017
1 parent 7e7b4ad commit 59cb372
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 59 deletions.
94 changes: 94 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@

# Change Log

## 2017-09-08

This release encapsulates many semantic fixes, updated metadata, and
efforts to get Jacy working with both ACE and the LKB.

The changes can be summarized as follows:

* harmonize predicate forms (see: http://moin.delph-in.net/PredicateRfc)
* remove redundant predicates
* fix mismatched coreferences
* help ensure ARG0s are present all all non-quantifier EPs
* normalize treatment of negation
* fix some problems causing ACE warnings
* update docs to include new canonical citation
* add entities for ShapeWorld (see https://arxiv.org/pdf/1704.04517.pdf)

## 2016-11-08

This release corresponds roughly to the state of the grammar for the
Jacy book. No change log was kept since 2007-11-28, but there were
about 250 commits during this range. Try the following command to see
the commit history in a format roughly like the old log:

```bash
git log --pretty=format:"%cd %an%n * %s%n" --since 2007-11-29 --until 2016-11-07 --date=short
```

## Old log

The following is the original change log; it stopped in late 2007

> 2007-11-28 Francis Bond <bond@ronf>
>
> * harmonized dates a little - added "dofw_rel", changed NUMBER to ARG1
>
> 2007-11-14 Francis Bond <bond@ronf>
>
> * added s-end1-neg-imp-lex for 吠える な "don't bark"
>
> 2007-09-05 Francis Bond <bond@nooka>
>
> * used :+ to redefine TAM and Messages
> * fixed some redefinitions by merging the changes (lexical_sign-word, lex-rule)
>
> 2007-07-12 Francis Bond <bond@nooka>
>
> * added the semi.vpm to the pet settings
> * replaced WLINK with LNK for new characterization support
>
> 2007-05-02 Francis Bond <bond@nooka>
>
> * added a patch to fix MWE lexicon indexing
>
> 2007-05-01 Francis Bond <bond@knut>
>
> * finished changing ORTH to STEM with oe's help
>
>
> 2007-04-20 Francis Bond <bond@nooka>
>
> * changed preposition argument order to match standard practice
> - ARG1 is external (modifiee)
> - ARG2 is internal (complement)
> - ARG1 on ARG2
> - NP on NP: the book_1 on the table_2
> - V on NP: I ate_1 on Monday_2
>
>
> 2007-04-17 Francis Bond <bond@nooka>
>
> * converted to utf-8
>
> * added dumped lexicon
>
> * changed ORTH to STEM for pet <not fully working>
>
> 2006-11-05 Francis Bond <bond@localhost.localdomain>
>
> * added は and も entries for case-p-lex-postp-ga to allow the
> case reading after postps.
>
> * changed v-end_head to inherit from adj-or-adv_head.
> This allows degree adverbs to modify past-tense adjectives.
>
> FIXME: now we over generate by modifying past tense normal verbs
>
> 2006-11-02 Francis Bond <bond@localhost.localdomain>
>
> * changelog: pred-adj-lex, made a sub-class of adjectives, so that
> it can be modified by とても, made it BAR - to reduce ambiguity.
>
58 changes: 0 additions & 58 deletions ChangeLog

This file was deleted.

2 changes: 1 addition & 1 deletion Version.lsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(in-package :lkb)

(defparameter *grammar-version* "Jacy (2016-11-17)")
(defparameter *grammar-version* "Jacy (2017-09-08)")

0 comments on commit 59cb372

Please sign in to comment.