Computer-aided group-learning methods and systems
a technology of group learning and computer assisted methods, applied in the field of learning, to achieve the effect of increasing the tendency of users
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Benefits of technology
Problems solved by technology
Method used
Image
Examples
example
[0329]The following shows examples of instructions automatically generated to answer grammatically-context-free questions.
[0330]
1.Who is the first President?for Table in each Tables-Of(President)dofor Attribute1 in Attribute-Names(President, Table)dofor Attribute2 in Attribute-Names(first, Table)dores = (SELECT DISTINCT Attribute-Name(who, Table)FROM TableWHERE Attribute1 = “President”ORDER BY Attribute2 ASC)if (res is not empty) return (first element of results}end forend forend forreturn {error, no solution found}
As clearly shown in this example, the analysis starts with the noun phrase, the first President, and works toward the i-pronoun, who.
[0331]
2.What are the Bills of Right?answer = “”for Table in each Tables-Of(“Bills of Right”)dofor Key in Keys-Of(Table)dox = (SELECT Attribute-Name(what, Table) FROM TableWHERE Key LIKE ‘Bills of Right’);answer = answer + xendforendfor[0332]if the answer is not empty, return answer, otherwise return error.
As clearly shown in this example, th...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


