- handleDurations(Utilities) - Method in class com.articulate.sigma.semRewrite.datesandnumber.DatesAndDuration
-
- hasCorrectArity(Formula, KB) - Static method in class com.articulate.sigma.PredVarInst
-
If arity is correct, return null, otherwise, return the predicate
that has its arity violated in the given formula.
- hashCode() - Method in class com.articulate.sigma.DocGen.PresentationNameComparator
-
should never be called so throw an error.
- hashCode() - Method in class com.articulate.sigma.Formula
-
If equals is overridedden, hashCode must use the same
"significant" fields.
- hashCode() - Method in class com.articulate.sigma.FormulaUtil.FormulaMatchMemoMapKey
-
- hashCode() - Method in class com.articulate.sigma.semRewrite.datesandnumber.DateInfo
-
- hashCode() - Method in class com.articulate.sigma.semRewrite.datesandnumber.TimeInfo
-
- hashCode() - Method in class com.articulate.sigma.semRewrite.datesandnumber.Tokens
-
- hasSubComponents(KB, String) - Method in class com.articulate.sigma.DocGen
-
Returns true if term has syntactic subcomponents such as XML
elements or XML attributes in kb, else returns false.
- Hotel - Class in com.articulate.sigma
-
- Hotel() - Constructor for class com.articulate.sigma.Hotel
-
- Hotel.JSONElement - Class in com.articulate.sigma
-
- hotelAmenitySentiment(ArrayList<Hotel>) - Static method in class com.articulate.sigma.Hotel
-
Compute concept sentiment and store as a side effect.
- HotelDBImport(boolean) - Static method in class com.articulate.sigma.Hotel
-
- hotelReviewSUMOasSparseMatrix(ArrayList<Hotel>) - Static method in class com.articulate.sigma.Hotel
-
- hotelReviewSUMOSentimentAsSparseMatrix(ArrayList<Hotel>, boolean) - Static method in class com.articulate.sigma.Hotel
-
- hotelSentiment(ArrayList<Hotel>) - Static method in class com.articulate.sigma.Hotel
-
- htmlDivider - Static variable in class com.articulate.sigma.HTMLformatter
-
- htmlDivider(String) - Static method in class com.articulate.sigma.HTMLformatter
-
Create the HTML for the labeled divider between the sections
of the term display.
- htmlFormat(String) - Method in class com.articulate.sigma.Formula
-
Format a formula for HTML presentation.
- htmlFormat(KB) - Method in class com.articulate.sigma.Formula
-
Format a formula for HTML presentation.
- HTMLformatter - Class in com.articulate.sigma
-
A utility class that creates HTML-formatting Strings for various purposes.
- HTMLformatter() - Constructor for class com.articulate.sigma.HTMLformatter
-
- htmlParaphrase(String) - Method in class com.articulate.sigma.nlg.LanguageFormatter
-
Hyperlink terms in a natural language format string.
- htmlParaphrase(String, String, Map<String, String>, Map<String, String>, KB, String) - Static method in class com.articulate.sigma.nlg.NLGUtils
-
Hyperlink terms in a natural language format string.
- htmlTPTPFormat(Formula, String, boolean) - Static method in class com.articulate.sigma.TPTPutil
-
Format a formula for either text or HTML presentation by inserting
the proper hyperlink code, characters for indentation and end of line.