Open nidhinsai opened 8 years ago
i am not familiar with python i was trying to run it using pycharm. i dont know it show a lot of indentation errors etc. pls give me instructions for running it.
On Tue, Apr 5, 2016 at 7:53 PM, jintujacob notifications@github.com wrote:
Eclipse was the ide.
Thanks,
Jintu Jacob On Apr 5, 2016 10:11 AM, "nidhinsai" notifications@github.com wrote:
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/jintujacob/Sentimental-Analysis/issues/1
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/jintujacob/Sentimental-Analysis/issues/1#issuecomment-205831542
i forgot to mention thank you in last mail. thank u so much. i started using eclipse and pydev
On Tue, Apr 5, 2016 at 10:34 PM, nidhinraj saikripa < nidhinsaikripa@gmail.com> wrote:
i am not familiar with python i was trying to run it using pycharm. i dont know it show a lot of indentation errors etc. pls give me instructions for running it.
On Tue, Apr 5, 2016 at 7:53 PM, jintujacob notifications@github.com wrote:
Eclipse was the ide.
Thanks,
Jintu Jacob On Apr 5, 2016 10:11 AM, "nidhinsai" notifications@github.com wrote:
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/jintujacob/Sentimental-Analysis/issues/1
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/jintujacob/Sentimental-Analysis/issues/1#issuecomment-205831542
Can you please send me the resource folder. Actually I am doing my miniproject now. It's based on Plagiarism detection in malayalam. But I am using your project as a main module. Please send me your resource files. Thank you
if((unidata[i]==U'\u0d2e') and (unidata[i+1]==U'\u0d3e') and (unidata[i+2]==U'\u0d2f') and (unidata[i+3]==U'\u0d3f') and (unidata[i+4]==U'\u0d30') ):
print ("code 2")
if(var==1):
x=unidata[0:i]+U'\u0d02' + ' + '+ U'\u0d06'+unidata[i+2:len(unidata)]
first_word=unidata[0:i]+U'\u0d02'
sec_word=U'\u0d06'+unidata[i+2:len(unidata)]
var=0
print ("$$$$$$$$$$")
print (sec_word)
if(len(sec_word) >3):
print ("hai")
first_word=first_word.encode('UTF-8')
sec_word=sec_word.encode('UTF-8')
I tried different indentations but the tokenizer didn't worked. Would you please mail me corrected indentation of above part. pls pls pls
Eclipse was the ide.
Thanks,
Jintu Jacob On Apr 5, 2016 10:11 AM, "nidhinsai" notifications@github.com wrote: