Zhou Bin
Zhou Bin
Good Project! would you like to add parallization to transform? Like "df.groupby(args).col_name.parallel_transform(func)"
Hi, Since constructing my own data set, I want to confirm the number here indicates which sentence of the text is used as the summary, right? 
Hello, I want to confirm that if the data is English, what does the **len(document)** means here, the number of words (tokens), or the number of characters? [https://github.com/425776024/bertsum-chinese/blob/master/bert-chinese-web/predict.py](https://github.com/425776024/bertsum-chinese/blob/master/bert-chinese-web/predict.py)
`y_chunk = [[chunk_tags.index(w[1]) for w in s] for s in data]`这行报错:IndexError: list index out of range
你好!情感分析中,请问一下你用什么语料训练的词向量? `sentences = LineSentence("corpus.txt")`
I have a doubt, what config file is needed here? 