Skip to content

Implement target word-based collocation finder #521

Description

@koheiw

There are fcm() and collocations(), but they are all-by-all collocations analysis, which is inefficient with large corpus when users are interested in particular word. I need this function in my ongoing project, in which I analyze a 1GB corpus.

I tries to create this using existing functions, but R part appeared too slow to go through 138,108 full text news. One option is to add window argument to qatd_cpp_tokens_detect.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions