# ff_tagger **Repository Path**: honkor/ff_tagger ## Basic Information - **Project Name**: ff_tagger - **Description**: https://github.com/rasoolims/ff_tagger - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Commands to install the required libraries (including Jupyter) in virtual environment. ```txt virtualenv nlphw source nlphw/bin/activate cd nlphw/ pip install numpy pip install matplotlib pip install jupyter pip install RISE jupyter-nbextension install rise --py --sys-prefix jupyter-nbextension enable rise --py --sys-prefix mkdir dynet-base cd dynet-base pip install cython git clone https://github.com/clab/dynet.git hg clone https://bitbucket.org/eigen/eigen -r 699b659 cd dynet mkdir build cd build export pth="$PWD" cmake .. -DEIGEN3_INCLUDE_DIR=$pth/../../eigen/ -DPYTHON=$pth/../../../bin/python make -j 2 cd python python ../../setup.py build --build-dir=.. --skip-build install export DYLD_LIBRARY_PATH=$pth/dynet/:$DYLD_LIBRARY_PATH export LD_LIBRARY_PATH=$pth/dynet/:$LD_LIBRARY_PATH ```