Uses of Interface
de.monochromata.anaphors.cog.memory.Chunk
| Package | Description |
|---|---|
| de.monochromata.anaphors.cog |
Resolution of anaphors based on a model from cognitive linguistics.
|
| de.monochromata.anaphors.cog.memory |
Abstract activation-based memory.
|
| de.monochromata.anaphors.cog.transform |
Complex transformations to prepare resolution of activation-based anaphors.
|
-
Uses of Chunk in de.monochromata.anaphors.cog
-
Uses of Chunk in de.monochromata.anaphors.cog.memory
Classes in de.monochromata.anaphors.cog.memory that implement Chunk Modifier and Type Class Description classDefaultChunk<T>Methods in de.monochromata.anaphors.cog.memory that return types with arguments of type Chunk Modifier and Type Method Description Collection<Chunk<T>>Memory. getChunks(long timestamp, int maximumCount)Returns a limited number of chunks from memory after sorting the chunks in descending order by activation.Collection<Chunk<T>>SortedListMemory. getChunks(long timestamp, int maximumCount)Methods in de.monochromata.anaphors.cog.memory with parameters of type Chunk Modifier and Type Method Description voidModifiableMemory. add(long timestamp, Chunk<T> chunk)voidSortedListMemory. add(long timestamp, Chunk<T> chunk)Method parameters in de.monochromata.anaphors.cog.memory with type arguments of type Chunk Modifier and Type Method Description voidModifiableMemory. addAll(long timestamp, Collection<Chunk<T>> chunks)voidSortedListMemory. addAll(long timestamp, Collection<Chunk<T>> chunks)Constructor parameters in de.monochromata.anaphors.cog.memory with type arguments of type Chunk Constructor Description SortedListMemory(ActivationFormula activationFormula, LinkedHashSet<Chunk<T>> chunks) -
Uses of Chunk in de.monochromata.anaphors.cog.transform
Methods in de.monochromata.anaphors.cog.transform that return Chunk Modifier and Type Method Description Chunk<N>AbstractCheckResult. getChunk()Chunk<N>CheckResult. getChunk()Methods in de.monochromata.anaphors.cog.transform with parameters of type Chunk Modifier and Type Method Description CheckResult<N,E,S>AddParameterToCallChain. canPerform(Chunk<N> chunk, E definiteExpression, S scope)CheckResult<N,E,S>NoPreparationRequired. canPerform(Chunk<N> chunk, E definiteExpression, S scope)CheckResult<N,E,S>PreparatoryTransformation. canPerform(Chunk<N> chunk, E definiteExpression, S scope)Check whether the transformation can be performed.Constructors in de.monochromata.anaphors.cog.transform with parameters of type Chunk Constructor Description AbstractCheckResult(Chunk<N> chunk, E definiteExpression, S scope, boolean canPerformTransformation)