Zhou Bin

Results 6 issues of 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? ![image](https://user-images.githubusercontent.com/26380524/143518865-ba51b1a1-4970-4e06-96df-83d21808c3a0.png)

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? ![image](https://user-images.githubusercontent.com/26380524/140892408-8b4eb284-2109-4702-a20f-2f669621d3df.png)