public class SentenceType extends Object
Modifier and Type | Field and Description |
---|---|
static SentenceType |
declarative |
static SentenceType |
exclamation |
static SentenceType |
interrogative |
static SentenceType |
interrogWH |
static SentenceType |
interrogYN |
Modifier and Type | Method and Description |
---|---|
String |
minorBoundary() |
String |
name() |
String |
nonFinalMajorBoundary() |
String |
nonNuclearAccent() |
String |
nuclearAccent() |
static SentenceType |
punctuationType(String punct) |
String |
sentenceFinalBoundary() |
String |
toString() |
public static final SentenceType declarative
public static final SentenceType interrogative
public static final SentenceType exclamation
public static final SentenceType interrogYN
public static final SentenceType interrogWH
public static SentenceType punctuationType(String punct)
public String name()
public String sentenceFinalBoundary()
public String nonFinalMajorBoundary()
public String minorBoundary()
public String nuclearAccent()
public String nonNuclearAccent()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.