From e9143555659b3e92b0b4b46d09e785961f8e2485 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 11 Aug 2017 20:13:45 +0200 Subject: [PATCH] release notes about the lookup --- download/release-next.t2t | 4 ++++ 1 file changed, 4 insertions(+) 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====