Closed lostnighter closed 6 years ago
The line 518 of keyphrase_copynet.py will load the external dataset according to the given dataset_name
. I did implement some loading func for a few datasets and you can customize a loader for your own data. Basically there is just one function get_docs()
needs implementing.
I want to extract keyphrases from my own data using the model, but how to transfer raw data to the same format in baseline-data? what is the processing flow or call some func?