Skip to content

函数preprocess4content_extractor的bug #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zhutuo opened this issue Dec 17, 2020 · 0 comments
Open

函数preprocess4content_extractor的bug #11

zhutuo opened this issue Dec 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zhutuo
Copy link

zhutuo commented Dec 17, 2020

函数preprocess4content_extractor中的
for child in children(element):
只是遍历了子,而不是遍历所有节点,是否应该改为
for descendant in element.iterdescendants():

@zhutuo zhutuo added the bug Something isn't working label Dec 17, 2020
@zhutuo zhutuo closed this as completed Dec 17, 2020
@zhutuo zhutuo reopened this Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants