I am trying to compile english-tf-voc-sentiment.rul file to generate english-tf-voc-sentiment.fsm file using below command from cmd.
tf-cgc -i C:\Users\336655\Desktop\Modified\english-tf-voc-sentiment.rul -o C:\Users\336655\Desktop\Modified\english-tf-voc-sentiment.fsm
But getting below error.
Error: Could not open file ./english-tf-voc-thesaurus.rul
Error: Could not build FSM file.
where as english-tf-voc-thesaurus.rul is file which is called by english-tf-voc-sentiment.rul file
Any idea how to resolve this issue?