dfs_discourse.pl -- Discourse generation

Generation of discourse-semantics (and vice versa) mappings.

 dfs_discourse(SenSemTuples) is det
SenSemTuples is a list of all discourse sentence-semantics mappings.
 dfs_map_discourse_onto_semantics(+SenSemTuples, +WVecs, +ModelSet, -Mappings) is det
Mappings is a list of quadruples (Sen,Sem,[SenVecs],[SemVec]), where SenVecs is a word-by-word vector-based mapping of a sentence (Sen) onto single SemVec, a vector representation of its semantics (Sem).
See also
- dfs_map_sentence_onto_semantics/4
 dfs_discourse_semantics_mappings(+WVecs, +ModelSet, -Mappings) is det
Mappings is a list of lists of (Sen,Sem,[SenVecs],[SemVec]) quadruples.
See also
- dfs_map_discourse_onto_semantics/4
 dfs_map_semantics_onto_discourse(+SenSemTuples, +WVecs, +ModelSet, -Mappings) is det
Mappings is a list of quadruples (Sen,Sem,[SemVec],[SenVecs]), where SemVec is a vector representation of a sentence semantics (Sem), and SenVecs a word-by-word vector-based representation of the corresponding sentence (Sen).
See also
- dfs_map_semantics_onto_sentence/4
 dfs_semantics_discourse_mappings(+WVecs, +ModelSet, -Mappings) is det
Mappings is a list of lists of quadruples (Sen,Sem,[SemVec],[SenVecs]).
See also
- dfs_map_semantics_onto_discourse/4