2017-03-17 20 views

回答

2

因为nltk使用matplotlib,以figsize一个简单的变化可以做到:

import matplotlib.pyplot as plt 
plt.figure(figsize=(20, 8)) # the size you want 

# your code here