wok view libguess/description.txt @ rev 20085
also update libssl: from: 1.0.2k [26 Jan 2017] to 1.0.2l [25 May 2017], see: http://hg.slitaz.org/wok/rev/90fcaa823068
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Sep 27 22:18:42 2017 +0000 (2017-09-27) |
parents | |
children |
line source
1 This library let your program manage a dictionary of acceptable user inputs and
2 can "guess" what the user means by comparing it to the most relevant dictionary
3 entries. This enables stellar performance with dictionary of any size.
4 The library requires C++ as it uses extensively the standard containers.