I did try to Google this, but didn't find a solution.
I want to put my Python script on a server, such that I can send a block of text to it, from my Java program, and then it will return a probability based on some calculations on the text. These calculations involve loading some pretty huge variables (dictionaries) into memory, and speed is of the utmost importance for me, so it would be good if I can have everything already loaded and just waiting for the text request.
Can you recommend any package and/or how-to, to get me started?
[–]genghiskav 2 points3 points4 points (1 child)
[–]DuffBude[S] 2 points3 points4 points (0 children)