Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.         type: "POST",
  3.         url: "https://o3th6xwss5.execute-api.us-east-1.amazonaws.com/master/corpus-preprocessor",
  4.         data: '{"corpuses": ["this is a good corpus", "bad corpus it is very"]}',
  5.         success: function(data){console.log(data);},
  6.         failure: function(errMsg) {
  7.             alert(errMsg);
  8.         }
  9.   });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement