Skip to content

Commit

Permalink
Move Word Stemmer to main package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed May 8, 2021
1 parent 691afca commit ce8ada4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 109 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Moved Flysystem Persister from ML package
- Moved Lambda Function to Extras package
- Flatten the Other namespace
- Move Word Stemmer tokenizer to main package

- 0.4.0-beta
- Added RBXE serializer
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"php": ">=7.4",
"league/flysystem": "^2.0",
"rubix/ml": "^1.0",
"rubix/tensor": "^2.2",
"wamania/php-stemmer": "^2.0"
"rubix/tensor": "^2.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.*",
Expand Down
53 changes: 0 additions & 53 deletions src/Tokenizers/WordStemmer.php

This file was deleted.

54 changes: 0 additions & 54 deletions tests/Tokenizers/WordStemmerTest.php

This file was deleted.

0 comments on commit ce8ada4

Please sign in to comment.