Package | Description |
---|---|
de.up.ling.irtg.gui |
A graphical user interface (GUI) for Alto.
|
de.up.ling.irtg.maxent |
Classes for working with maximum-entropy IRTGs.
|
Modifier and Type | Method and Description |
---|---|
static void |
GuiMain.loadMaxentWeights(MaximumEntropyIrtg irtg,
JFrame parent) |
Constructor and Description |
---|
MaxentWeightsFrame(String title,
List<de.up.ling.irtg.gui.JTreeAutomaton.FtWeight> data,
MaximumEntropyIrtg irtg) |
Modifier and Type | Method and Description |
---|---|
abstract V |
FeatureFunction.evaluate(Rule rule,
TreeAutomaton<State> automaton,
MaximumEntropyIrtg irtg,
Map<String,Object> inputs)
Computes the value of the feature function for a given rule.
|
Double |
RuleNameFeature.evaluate(Rule rule,
TreeAutomaton<String> automaton,
MaximumEntropyIrtg irtg,
Map<String,Object> inputs) |
Double |
ChildOfFeature.evaluate(Rule rule,
TreeAutomaton<String> automaton,
MaximumEntropyIrtg irtg,
Map<String,Object> inputs) |
Copyright © 2017. All rights reserved.