User Profile

Collapse

Profile Sidebar

Collapse
ryeke
ryeke
Last Activity: Apr 26 '10, 09:12 AM
Joined: Apr 20 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ryeke
    started a topic Language Tutorial

    Language Tutorial

    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'),...
    See more | Go to post

  • ryeke
    started a topic Morphological Analyser

    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
    See more | Go to post
No activity results to display
Show More
Working...