TutteInstitute / vectorizers

Vectorizers for a range of different data types
BSD 3-Clause "New" or "Revised" License
93 stars 23 forks source link

Fixed issue with passing in a token dictionary. #25

Closed cjweir closed 4 years ago

cjweir commented 4 years ago

I removed the self.excludedtokens since that doesn't really make sense since it would change after each transform (and it made the fix way faster). It was just the list of tokens that were dropped on the floor, which people could compute afterwards if they wanted. We've never used it afterwards so it was easy to remove.