Loebner Prize Protocol
alphaDescription
This is a project to create an encapsulation layer for the Loebner Prize Protocol. The interface passes messages by the sendMessage(String s) and getMessage() methods.
Loebner Prize Protocol Web SiteFeatures
- sendChar(String s) sends a single-character string
- sendMessage(String s) simulates typing using lists of word and bigram frequencies
- getMessage() returns a string of the judge input and deletes directories
- wait(int n) method allows you to wait n milliseconds
- intantiate a new Typist in directory mode (official) or terminal mode (debug)
User Ratings
User Reviews
Be the first to post a review of Loebner Prize Protocol !