Hacktoberfestbugdifficulty easy
Repository metrics
- Stars
- (15,144 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The sample_texts() method is supposed to return sample documents but if an implementation derives from TextCorpus and overrides get_texts(), this is completely ignored by the implementation of sample_texts() which uses getstream() only.
This applies to the most recent develop (58d560b545e6df4cfc5fd3879f8647ba3a7a0e3b) and maste
(885430d136c87c613ab58ad6b1dc55fee47a43c7) branches.