To be completed...
To be completed...
- Python 2
- Tensorflow 1.8
To get a local copy up and running follow these simple steps.
First install the requierments as followed.
pip install -r requirments.txt
-
Clone the repo
git clone https://github.com/MinaHajirezaei/Sentence_Similarity.git
-
Setup the config file same as per_conf.config
-
Run the training code
python2 src/SentenceMatchTrainer.py --config_path per_conf.config
-
Run the training code
python2 SentenceMatchDecoder.py --model_prefix src/logs/SentenceMatch.quora --in_path persian_test.tsv --out_path result.json --word_vec_path wiki.fa.vec
To be completed...
- add support for persian language
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
To be completed...
To be completed...