pl8787 / textnet-release

TextNet: A deep neural network framework for text matching
Apache License 2.0
105 stars 38 forks source link

TextNet

TextNet is a deep neural netwrok framework for text matching tasks.

Quick Start

  1. Make a copy of Makefile.config.example.

    cp Makefile.config.example Makefile.config
  2. Setting the environment path in Makefile.config.

  3. Compile it!

    mkdir bin
    make all -j 16
  4. Wirte you own network config file in json. You can find examples in Textnet Model.

  5. Run!

    ./bin/textnet [model_file]

Features

Dependences

Version

v1.0

Related Projects

Acknowledgements

The following people contributed to the development of the TextNet project: