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

edu.stanford.nlp.maxent.DataGeneric Maven / Gradle / Ivy

Go to download

Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.

There is a newer version: 3.9.2
Show newest version
/**
 * Title:        StanfordMaxEnt

* Description: A Maximum Entropy Toolkit

* Copyright: Copyright (c) Kristina Toutanova

* Company: Stanford University

*/ package edu.stanford.nlp.maxent; /** * A class representing a data item with an array of inputs X and a String classification Y. * * @author Kristina Toutanova * @version 1.0 */ public abstract class DataGeneric { public abstract String getY(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy