Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

words_matching method #176

Open
alxwrd opened this issue Aug 29, 2021 · 0 comments
Open

words_matching method #176

alxwrd opened this issue Aug 29, 2021 · 0 comments

Comments

@alxwrd
Copy link
Member

alxwrd commented Aug 29, 2021

There is a long_word_count already defined, so it might be best just to stick with what this is already doing.

Originally posted by @alxwrd in #174 (comment)

Just a thought currently, not fleshed out. It might be nice to have a words_matching() method, that takes a query like in sqlalchemy.

select(user_table).where(user_table.c.name == 'spongebob')

I have no idea how the where method is implemented in sqlalchemy.

Useage would be something like:

textstat.words_matching(word > 6)
alxwrd added a commit to textstat/textstat-core that referenced this issue Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant