liyc7711 / tip-las

TIP-LAS: An open source toolkit for Tibetan word segmentation and part-of-speech tagging
80 stars 14 forks source link

cannot open output file #1

Open tcxia opened 5 years ago

tcxia commented 5 years ago

g++ -g -o ./tip-las utility/SentenceSplit.o utility/StringOperation.o utility/POSExtract.o utility/StringSplit.o utility/StringType.o utility/TextClassification.o utility/Tokenize.o tagging/Sample.o tagging/Model.o tagging/Decoder.o tagging/Perceptron.o Formatting.o Las.o Main.o -lpthread -ldl /usr/bin/ld: cannot open output file ./tip-las: Is a directory collect2: error: ld returned 1 exit status Makefile:9: recipe for target 'tip-las' failed make: *** [tip-las] Error 1

CrystalWLH commented 5 years ago

I also have the same problem. I delete the "tip-las" folder and then I can compile successfully.