Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 415 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 415 Bytes

INTENT

author: steeve LAQUITAINE

  • description:
    • deployment pattern: currently batch only

Setup & run

git clone https://github.com/slq0/intent.git
bash setup.sh
python main.py train_predict

APPENDIX

Models & data used

  • wordnet
  • average_perceptron_tagger
  • punkt
    • tokenization
  • ELMo: for deep contextualized word representation
  • etc ...