Java edu.stanford.nlp.ling BasicDatum fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.ling BasicDatum fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.ling BasicDatum.

The text is from its open source code.

Constructor

BasicDatum(Collection features, Collection labels)
Constructs a new BasicDatum with the given features and labels.
BasicDatum(Collection features, LabelType label)
Constructs a new BasicDatum with the given features and label.