| Interface | Description |
|---|---|
| OWLQN.WeightsPrinter |
| Class | Description |
|---|---|
| Model |
This contains
(1) Feature and label vocabularies (therefore knowledge of numberization)
(2) Model coefficients (and knowledge how to flattenize them for LBFGS's sake)
(3) Decoding/posterior and gradient computation
|
| ModelSentence |
One sequence structure -- typically, for one sentence
This is the model's view of a sentence -- only deals with non-textual numberized versions of everything
|
| OWLQN |
Class implementing the Orthant-Wise Limited-memory Quasi-Newton
algorithm (OWL-QN).
|
| Sentence |
Holds textual and linguistic information for a sentence.
|
| Vocabulary |
Could scrap this and use ark-regression's version -- that one has CheapStrings
|