twpipe icon indicating copy to clipboard operation
twpipe copied to clipboard

missing bin/twpipe ?

Open ianbstewart opened this issue 6 years ago • 1 comments

Hi,

I've tried installing but keep getting stuck on how to actually run the parser. I've done the following:

git clone https://github.com/Oneplus/twpipe.git
cd twpipe
git submodule init
git submodule update
mkdir build
cd build
cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/your/eigen3/
cd ..
bunzip2 -k model/en_ewt_en_tweebank_train.model.json.bz2

But after running all this, I can't find bin/twpipe (the bin directory is empty). Did I miss a step in the installation?

ianbstewart avatar Mar 26 '19 19:03 ianbstewart

Hello, i had the same problem. This worked for me: Run "make" in your build directory after "cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/your/eigen3/" After this, the bin directory won't be empty anymore.

PhMeier avatar Jun 28 '19 13:06 PhMeier