Files | Admin

Notes:

Release Name: 1.0.4

Notes: A Ruby binding for the link-grammar library, a syntactic parser of English. See http://www.link.cs.cmu.edu/link/ for more information about the Link Grammar, and http://www.abisource.org/projects/link-grammar/ for information about the link-grammar library.


Changes: * Updated to link-grammar-4.5.6. * Added support for ParseOptions#spell_guessing_enabled * Fixed buggy sentence behavior when the underlying Sentence hadn't yet been parsed. * Made the exception raised when a delegated linkage method is called on a Sentence that doesn't have any linkages. Thanks to Michael Bisignani <mbisignani@gmail.com> for bringing this problem to my attention. * Fixed some type-qualifier warnings.