ilimugur / short-text-classification

A command line tool for training deep network models for short text classification
MIT License
20 stars 4 forks source link

**source_lang = args.source_language[0]** #7

Open NLP-1217 opened 3 years ago

NLP-1217 commented 3 years ago

Using TensorFlow backend. Traceback (most recent call last): File "core.py", line 138, in source_lang = args.source_language[0] TypeError: 'NoneType' object is not subscriptable

Can I ask how to run?