Working with queries
-
This work describes an online application that uses Natural Language Generation (NLG) methods to generate walking directions in combination with dynamic 2D visualisation. We make use of third party resources, which provide for a given query (geographic) routes and landmarks along the way. We present a statistical model that can be used for generating natural language directions. This model is trained on a corpus of walking directions annotated with POS, grammatical information, frame-semantics and markup for temporal structure. ...
4p hongphan_1 15-04-2013 43 3 Download
-
[ Team LiB ] Recipe 2.4 Processing a Batch SQL Statement Problem You have a batch SQL query that returns multiple result sets and you need to work with the result sets in ADO.NET. Solution Use the NextResult( )
5p luvpro 04-08-2010 88 5 Download