Example usage for edu.stanford.nlp.trees.international.tuebadz TueBaDZHeadFinder TueBaDZHeadFinder

List of usage examples for edu.stanford.nlp.trees.international.tuebadz TueBaDZHeadFinder TueBaDZHeadFinder

Introduction

In this page you can find the example usage for edu.stanford.nlp.trees.international.tuebadz TueBaDZHeadFinder TueBaDZHeadFinder.

Prototype

public TueBaDZHeadFinder() 

Source Link

Usage

From source file:elkfed.coref.mentions.Mention.java

License:Apache License

public TueBaDZHeadFinder getStHeadFinder() {
    if (_headFinder == null)
        _headFinder = new TueBaDZHeadFinder();
    return _headFinder;
}