Skip to content

Commit

Permalink
Move Token Hashing Vectorizer to main package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Apr 26, 2021
1 parent 9183630 commit 691afca
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 253 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ composer require rubix/extras
```

### Requirements
- [PHP](https://php.net/manual/en/install.php) 7.2 or above
- [PHP](https://php.net/manual/en/install.php) 7.4 or above

## License
The code is licensed [MIT](LICENSE) and the documentation is licensed [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
64 changes: 0 additions & 64 deletions benchmarks/Transformers/TokenHashingVectorizerBench.php

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.*",
"league/flysystem-memory": "^2.0",
"phpbench/phpbench": "1.0.0-alpha6",
"phpbench/phpbench": "1.0.0-alpha8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.*",
"phpstan/phpstan-phpunit": "0.12.*",
Expand Down
124 changes: 0 additions & 124 deletions src/Transformers/TokenHashingVectorizer.php

This file was deleted.

63 changes: 0 additions & 63 deletions tests/Transformers/TokenHashingVectorizerTest.php

This file was deleted.

0 comments on commit 691afca

Please sign in to comment.