Talk:Wikipragmatica
Latest comment: 3 years ago by AdamSobieski in topic Paraphrase functions
Applicability to research and development
editI wonder what any interested participants might think about the applicability of Wikipragmatica and a resultant, crowdsourced corpus of data to: (1) natural language processing, (2) natural language understanding, (3) natural language generation, and/or (4) machine translation research and development?
Paraphrase functions
editI wonder what any interested participants might think about the following varieties of paraphrase functions?
Description | Signature |
---|---|
Boolean | bool IsParaphrase(Statement s1, Statement s2);
|
scalar | float IsParaphrase(Statement s1, Statement s2);
|
other | IParaphraseResult IsParaphrase(Statement s1, Statement s2);
|