Devadath / Malayalam-Shallow-Parser

This is a Shallow parser for Malayalam.
4 stars 2 forks source link

san.out file not found java.io.exception #1

Open sanjaySP opened 7 years ago

sanjaySP commented 7 years ago

root@myhome:~/Desktop/proj/Malayalam-Shallow-Parser# sh ShallowParser.sh java.io.FileNotFoundException: /home/devadath/Videos/togithub/san.out (No such file or directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at java.io.FileOutputStream.(FileOutputStream.java:101) at java.io.FileWriter.(FileWriter.java:63) at StatisticalSandhiSplitter9.main(StatisticalSandhiSplitter9.java:748) ShallowParser.sh: 8: ShallowParser.sh: crf_test: not found ShallowParser.sh: 9: ShallowParser.sh: crf_test: not found

i get this error while running the file

Devadath commented 7 years ago

Hi Sanjay Thanks for notifying the error. It was my mistake. Solution : Please open the file "config" from the directory named "Malayalam-Shallow-Parser" and change the line home/devadath/videos/togithub/san.out. to ./san.out. I have made this change in github directory also. Let me know if this is not working. Devadath.

sanjaySP commented 7 years ago

thank you for the help.

On Sun, Nov 27, 2016 at 4:34 PM, Devadath V V notifications@github.com wrote:

Hi Sanjay Thanks for notifying the error. It was my mistake. Solution : Please open the file "config" from the directory named "Malayalam-Shallow-Parser" and change the line home/ devadath/videos/togithub/san.out. to

./san.out. I have made this change in github directory also. Let me know if this is not working. Devadath. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

-- by

sanjay

bibinpa commented 7 years ago

Traceback (most recent call last): File "indic-tokenizer-master/tokenise.py", line 4, in from irtokz import tokenize_ind # Tokeniser for Indian languages File "/home/bibin/research/Malayalam-Shallow-Parser-master/indic-tokenizer-master/irtokz/init.py", line 37, in from .roman_tokenize import tokenize_rom File "/home/bibin/research/Malayalam-Shallow-Parser-master/indic-tokenizer-master/irtokz/roman_tokenize.py", line 29 self.latin = re.compile(ur'([\xa1-\xbf\xd7\xf7])') ^ SyntaxError: invalid syntax crf_test: error while loading shared libraries: libcrfpp.so.0: cannot open shared object file: No such file or directory crf_test: error while loading shared libraries: libcrfpp.so.0: cannot open shared object file: No such file or directory

I got the above error while i was running it. in my system am having two versions of python but for running this programme am using python 2.7.12