diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-11 20:13:45 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-11 20:13:45 +0200 |
| commit | e9143555659b3e92b0b4b46d09e785961f8e2485 (patch) | |
| tree | e1a24ada49dc72fc6cb56d3195f3d129ccd1d979 | |
| parent | 06bf8454f79b4e9fb3b249d9e52385ff407ffccc (diff) | |
release notes about the lookup
| -rw-r--r-- | download/release-next.t2t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/download/release-next.t2t b/download/release-next.t2t index 0d0cbc114..8ce394af3 100644 --- a/download/release-next.t2t +++ b/download/release-next.t2t @@ -24,6 +24,10 @@ Over 200 changes have been pushed to the source repository since ===GF compiler and run-time library=== +- An experimental support for sentence lookup which makes it possible +to find the sentence from the grammar that matches best a set of keywords. +Right now it is usable only with controlled languages since it might be +very innefficient for some grammars. ====New features and notable changes==== |
