Difference between revisions of "Vulcan/SystemTarget"

From Knowitall
Jump to: navigation, search
(I/O)
(I/O)
Line 9: Line 9:
 
<blockquote>
 
<blockquote>
 
<ol>
 
<ol>
<li>Iron nail is the best conductor of electricity.</li>
+
<li>X is the best conductor of electricity. X = {Iron nail, wax crayon, plastic cup, rubber boat}</li>
<li>Growth causes leaves of a plant to become larger.</li>
+
<li>X causes leaves of a plant to become larger. X = {Growth, A repair, Germination, Decomposition}</li>
<li>A sense of smell helps a fox find food.</li>
+
<li>X helps a fox find food. X = {A sense of smell, ...}</li>
 
</ol>
 
</ol>
 
</blockquote>
 
</blockquote>

Revision as of 03:42, 22 August 2013

This page describes the features in the first implementation of the system.

I/O

Input
Natural language sentences as input.
The system will handle propositions that correspond to three questions.
  1. X is the best conductor of electricity. X = {Iron nail, wax crayon, plastic cup, rubber boat}
  2. X causes leaves of a plant to become larger. X = {Growth, A repair, Germination, Decomposition}
  3. X helps a fox find food. X = {A sense of smell, ...}
Output

Method

System Components