pub fn compile_forest_with_options(
input: &str,
options: CompileOptions,
) -> Vec<String>Expand description
Compile natural language input with options, producing all valid parse readings.
pub fn compile_forest_with_options(
input: &str,
options: CompileOptions,
) -> Vec<String>Compile natural language input with options, producing all valid parse readings.