hello everyone,
I am new to python and would like to get my texarea that is built with html to run python code when user types and click submit. Bellow is some of the code that I would like to be invoked into the textarea
>>> words = ['jambo', 'habari', 'analysis', 'is', 'the']
>>> tags = ['noun', 'verb', 'prep', 'det', 'noun']
>>> zip(words, tags)
[('jambo', 'noun'),...
User Profile
Collapse
-
Morphological Analyser
I have built a language tutorial with html. I have in it an interface for a morphological analyser, what I would like is when the user types into the textarea clicks submit and the tagger I have to be called and return the tagged sentence.
I imagine thiss needs a sytem call
I am learning python, but I don't know how to incoperate it into my html page.
Could anbody give a helping a hand.
Thanks
No activity results to display
Show More