| Package | Description |
|---|---|
| com.articulate.sigma |
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
|
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,AVPair> |
Hotel.facilities |
Hashtable<String,ArrayList<AVPair>> |
WordNet.relations
Keys are POS-prefixed synsets, values are ArrayList(s) of AVPair(s)
in which the attribute is a pointer type according to
http://wordnet.princeton.edu/man/wninput.5WN.html#sect3 and
the value is a POS-prefixed synset @see WordNetUtilities.convertWordNetPointer
|
protected HashMap<String,TreeSet<AVPair>> |
WordNet.wordFrequencies
a HashMap of HashMaps where the key is a word and the value is a
HashMap of 9-digit POS-prefixed senses and the number of times that
sense occurs in the Brown corpus.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<AVPair> |
DB.topSUMOInReviews(ArrayList<Hotel> reviews)
Excludes cases of where the mapping is to multiple SUMO terms
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DB.printTopSUMOInReviews(ArrayList<AVPair> topSUMO) |
Copyright © 2015. All rights reserved.