Re: [Tutor] another error in tagging program

2005-10-12 Thread w chun
On 10/12/05, enas khalil <[EMAIL PROTECTED]> wrote: > > and got the following error : > Traceback (most recent call last): > File "F:\MSC first Chapters\error correct.py", line 19, in -toplevel- > tagger.train(tagged_txt_token) > File > "C:\Python24\Lib\site-packages\nltk\tagger\__init__.py

[Tutor] another error in tagging program

2005-10-12 Thread enas khalil
hello all i have runĀ  the following code :# the taggerI interfacefrom nltk.tagger import *from nltk.tokenizer import WhitespaceTokenizerfrom nltk.tokenizer import *from nltk.token import * # Using UnigramTagger##Before aUnigramTagger can be used to tag data ,it must be trained on training corpus,#