edu.cmu.sv.natural_language_generation.Lexicon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yoda Show documentation
Show all versions of yoda Show documentation
A library that allows rapid prototyping of dialog systems (language understanding, discourse modelling, dialog management, language generation).
package edu.cmu.sv.natural_language_generation;
import edu.cmu.sv.domain.ontology.Noun;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
/**
* Created by David Cohen on 12/24/14.
*/
public class Lexicon {
// Map from ontology concepts to sets of corresponding lexical entries
private Map