Java edu.stanford.nlp.parser.lexparser UnaryRule fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.parser.lexparser UnaryRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.parser.lexparser UnaryRule.

The text is from its open source code.

Constructor

UnaryRule(int parent, int child)
The score is set to Float.NaN by default.
UnaryRule(String s, Index index)
Decode a UnaryRule out of a String representation with help from an Index.