public class BoaPattern extends Object
Modifier and Type | Field and Description |
---|---|
Double |
boaScore |
Map<String,Double> |
features |
String |
generalized |
String |
language |
String |
naturalLanguageRepresentation |
String |
naturalLanguageRepresentationNormalized |
String |
naturalLanguageRepresentationWithoutVariables |
Double |
naturalLanguageScore |
String |
posTags |
Constructor and Description |
---|
BoaPattern() |
BoaPattern(String naturalLanguageRepresentation,
String language) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNormalized() |
int |
hashCode() |
boolean |
isDomainFirst() |
String |
normalize() |
String |
toString() |
public String naturalLanguageRepresentationNormalized
public String naturalLanguageRepresentationWithoutVariables
public String naturalLanguageRepresentation
public String language
public Double boaScore
public Double naturalLanguageScore
public String posTags
public String generalized
Copyright © 2024. All rights reserved.