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

edu.stanford.nlp.maxent.package-info Maven / Gradle / Ivy

Go to download

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

The newest version!
/**
 * This package deals with defining and solving maximum entropy problems.
 * In the future it will have facilities for easier definition of maxent problems.
 * 

* If you are new to this package, take a look at the following classes: *

    *
  • LinearType2Classifier *
  • Type2Datum *
  • Type2Dataset *
* Possibly the simplest way to use it is to fill up a Type2Dataset with * Type2Datum objects (a Type2Datum is essentially a map from classes * into sets of feature values), and then to use * {@code LinearType2Classifier.trainClassifier()} on your * Type2Dataset to train a classifier. You can then use the * {@code classOf()}, {@code scoresOf()}, and * {@code justificationOf()} methods of the resulting * LinearType2Classifier object. */ package edu.stanford.nlp.maxent;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy