Skip to content

figure out a way to remove delimiters from dask.bag #29

Open
@wikfeldt

Description

@wikfeldt

this:

sorted_counts = text.filter(lambda word: word not in DELIMITERS).str.lower().str.strip().str.split().flatten().frequencies().topk(10,key=1).compute()

is not the same thing as the filter function

Metadata

Metadata

Assignees

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