SLU = Domain & Intent Detection + Slot Filling
Install packages:
pip install -r requirements.txt
Train:
python main.py --train
Evaluate:
python main.py --eval
More parameters:
python main.py -h
Python == 3.6.7
Allennlp == 0.8.4
@Apache License 2.0