Skip to content

MinaHajirezaei/Sentence_Similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues Python MIT License

Sentence Similarity

To be completed...

About The Project

To be completed...

Built Using

  • Python 2
  • Tensorflow 1.8

Getting Started

To get a local copy up and running follow these simple steps.

Requierments

First install the requierments as followed.

pip install -r requirments.txt

Installation

  1. Clone the repo

    git clone https://github.com/MinaHajirezaei/Sentence_Similarity.git
  2. Setup the config file same as per_conf.config

  3. Run the training code

    python2 src/SentenceMatchTrainer.py --config_path per_conf.config
  4. 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
    

Usage

To be completed...

Roadmap

  • add support for persian language

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

To be completed...

Acknowledgements

To be completed...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages