SPICE
SPICE copied to clipboard
Semantic Parsing for Conversational Question Answering over Large Knowledge Graphs
Results
1
SPICE issues
Sort by
recently updated
recently updated
newest added
Hi. When I try to run below code in [allenNLP-NER](https://github.com/EdinburghNLP/SPICE/tree/main/dataset/ner/allennlp_ner) after run elastic_search server in `localhost:9200` ``` python nel.py \ -data_path "data_path/" \ -save_path "tag_data_ner" \ -file_path "trainlist.txt" \ -dataset...