public class FullformEntry extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
count |
HashSet<String> |
meshTerms |
HashSet<String> |
unnormalizedForms |
int |
year |
| Modifier | Constructor and Description |
|---|---|
protected |
FullformEntry()
trivial constructor
|
protected |
FullformEntry(int y,
int c,
Set<String> m,
Set<String> f)
constructor for creating a FullformEntry, specifying all information
|
protected |
FullformEntry(int y,
Set<String> m,
Set<String> f)
constructor for creating a complete new FullformEntry seen ONCE now
(count = 1)
|
protected FullformEntry()
protected FullformEntry(int y,
Set<String> m,
Set<String> f)
y - the year of the document it was seen inm - the MeshTerms of the document it was seen inf - the unnormalized fullforms seen so farprotected FullformEntry(int y,
int c,
Set<String> m,
Set<String> f)
y - the year of the document it was seen inm - the MeshTerms of the document it was seen inf - the unnormalized fullforms seen so farc - the number of times the form was seenCopyright © 2016 JULIE Lab Jena, Germany. All rights reserved.