Skip to content

Commit

Permalink
Added kernel and window args to the cooccurrence vectorizers
Browse files Browse the repository at this point in the history
  • Loading branch information
cjweir committed Mar 12, 2021
1 parent 57741df commit 8c62140
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vectorizers/_vectorizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,9 +1261,6 @@ class TokenCooccurrenceVectorizer(BaseEstimator, TransformerMixin):
kernel_args: dict (optional, default = None)
Optional arguments for the kernel function
token_dictionary: dictionary or None (optional, default=None)
A dictionary mapping tokens to indices
window_orientation: string (['before', 'after', 'symmetric', 'directional'])
The orientation of the cooccurrence window. Whether to return all the tokens that
occurred within a window before, after on either side.
Expand Down

1 comment on commit 8c62140

@cjweir
Copy link
Collaborator Author

@cjweir cjweir commented on 8c62140 Mar 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was in the doc string twice

Please sign in to comment.