8000 Why stopwords_min_cutoff rather than stopwords_max_cutoff? · Issue #43 · bigscience-workshop/data-preparation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Why stopwords_min_cutoff rather than stopwords_max_cutoff? #43
Open
@longxudou

Description

@longxudou

Thanks for your helpful codebase!

I am a bit confused about stop words filtering.
The release code removes the document, if its stop words ratio below the certain cutoff.

cond = stopwords_ratio >= stopwords_min_cutoff

But in notebook, section 2.5 states If the stop words ratio for a document is higher than a certain cutoff, it is removed.

I am wondering which one is more useful in your practice.
Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0