public class Phrase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Phrase.datetype |
static class |
Phrase.type |
Constructor and Description |
---|
Phrase() |
Modifier and Type | Method and Description |
---|---|
static TimexChunk |
canonize(String phrase1,
String deyear,
String demonth,
String deday,
String dehour,
String deminute,
String desecond,
String dems,
String defaultyear,
String defaultcountry) |
static TimexChunk |
canonize(TemporalPhrase temporalPhrase,
String deyear,
String demonth,
String deday,
String dehour,
String deminute,
String desecond,
String dems,
String defaultyear,
String defaultcountry) |
static String |
converter(String phrase1) |
static String |
fullNameDate(String phrase,
Phrase.datetype information) |
static String |
fullNumerical(String phrase,
Phrase.datetype information) |
static int |
getLevenshteinDistance(String s,
String t) |
static String |
halfnamedate(String phrase,
Phrase.datetype information) |
static String |
halfnumerical(String phrase,
Phrase.datetype information) |
static boolean |
halftest(String[] tester) |
static boolean |
isInteger(String string) |
static void |
main(String[] args) |
static boolean |
test(String[] tester) |
static boolean |
test2(String[] tester) |
static String |
TimeML(String phrase) |
public static boolean test2(String[] tester)
public static boolean isInteger(String string)
public static boolean test(String[] tester)
public static String fullNumerical(String phrase, Phrase.datetype information)
public static String fullNameDate(String phrase, Phrase.datetype information)
public static boolean halftest(String[] tester)
public static String halfnumerical(String phrase, Phrase.datetype information)
public static String halfnamedate(String phrase, Phrase.datetype information)
public static TimexChunk canonize(String phrase1, String deyear, String demonth, String deday, String dehour, String deminute, String desecond, String dems, String defaultyear, String defaultcountry)
Copyright © 2017. All rights reserved.