Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #17.3K
2 Posted Topics
Re: Hello sir, I tried to run the code as you said above, Still i am facing this problem. Kindly note the file name is "jhi.txt" and the content is of the file "hindi.txt" which u considered. >>> import codecs >>> with codecs.open('jhi.txt',encoding='utf-8') as f: ... t=f.read() ... >>> t.count('इस') Traceback … | |
Re: Hello all, I have a hindi text file, from which i tried to get the index of a word(hindi word) i am getting some unusual output. (shown in the attached image) Kindly help |
The End.