This is a copy of https://github.com/xxbidiao/plug-and-blend , with additional interfaces.
You may encounter an nltk
error complaining that it can't find punkt
resource.
Try the following:
import nltk
then
nltk.download('punkt')
This is a copy of https://github.com/xxbidiao/plug-and-blend , with additional interfaces.
You may encounter an nltk
error complaining that it can't find punkt
resource.
Try the following:
import nltk
then
nltk.download('punkt')