![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| ACoreferences (final Coreferences coreferences) | |
| Collection< CoreferenceChain > | getChains () |
| float | getSeed (final CoreferenceChain chain) |
| String | toString () |
Public Attributes | |
| final Map< CoreferenceChain, Float > | seeds |
Private Attributes | |
| final Coreferences | coreferences |
Static Private Attributes | |
| static final long | serialVersionUID = 1116408063618318212L |
| static final Random | randomizer = new Random() |
Artifact containing coreference chains. This sis a decorator to coreference
| grammarscope.artifacts.ACoreferences.ACoreferences | ( | final Coreferences | coreferences | ) |
Constructor
| coreferences | raw coreference data |
| Collection<CoreferenceChain> grammarscope.artifacts.ACoreferences.getChains | ( | ) |
Get coreference chains
| float grammarscope.artifacts.ACoreferences.getSeed | ( | final CoreferenceChain | chain | ) |
Decorates chain
| chain | chain |
| String grammarscope.artifacts.ACoreferences.toString | ( | ) |
|
private |
Coreference chains
|
staticprivate |
Randomizer for seed
| final Map<CoreferenceChain, Float> grammarscope.artifacts.ACoreferences.seeds |
[0,1] seed later used to define hue
|
staticprivate |
1.8.17