Skip to content

More than 20 collocations #1151

@processo

Description

@processo

Is your feature request related to a problem? Please describe.
The collocation list is limited to 20 and sometimes I would like to see more.

Describe the solution you'd like
Maybe increase it to 50 or 100, or add a setting how many to find.

Describe alternatives you've considered
2-grams in Preprocess with raw counts, but that's not probabilistic association.
Frequent itemsets, but that does not consider only neighbors.

Additional context
The limit is set here:

self.collModel[:] = np.hstack(self.results)[:20]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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