Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Sep 4, 2022
1 parent 5ea2ea2 commit 3bdd7fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.6.0] - 2022-09-04

### Core

- Support multi-word tokenization in menard.parse/parse
- Introduce new model .edn format with :name, :language, :morphology, :grammar :lexicon and
models in this format for nl and en.
- Update a few dependencies.
- Remove use of cljslog; use new built-in menard.log instead
- Add new woordenlijst language model and lexicon in nl and en and intermediate source files.
- Move tenses from menard.nederlands to their own namespace menard.nederlands.tenses.

### Server

- Update a few dependencies.
- Improve startup script: add MENARD_DIR where needed and add comments.

## [1.5.0] - 2022-03-13

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject menard "1.5.0"
(defproject menard "1.6.0"
:description "A library for natural language generation and parsing"
:url "http://github.com/ekoontz/menard"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 3bdd7fa

Please sign in to comment.