All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cmu.sv.domain.DatabaseRegistry Maven / Gradle / Ivy

Go to download

A library that allows rapid prototyping of dialog systems (language understanding, discourse modelling, dialog management, language generation).

There is a newer version: 0.7.0
Show newest version
package edu.cmu.sv.domain;

import edu.cmu.sv.database.Sensor;

import java.util.HashSet;
import java.util.Set;

/**
 * Created by David Cohen on 10/29/14.
 */
public class DatabaseRegistry {
    public Set nonOntologyRelations = new HashSet<>();
    public Set turtleDatabaseSources = new HashSet<>();
    public Set sensors = new HashSet<>();



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy