compile_forest

Function compile_forest 

Source
pub fn compile_forest(input: &str) -> Vec<String>
Expand description

Compile natural language input, producing all valid parse readings. Handles lexical ambiguity (Noun/Verb) and structural ambiguity (PP attachment).