Talk:Wikipragmatica
Add topicAppearance
Latest comment: 3 years ago by AdamSobieski in topic Paraphrase functions
Applicability to research and development
[edit]I 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?
-- AdamSobieski (talk) 02:59, 19 February 2021 (UTC)
Paraphrase functions
[edit]I 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);
|