Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
466 contributions in the last year
Contribution activity
July 2020
- jbesomi/spaCy Python
Created a pull request in explosion/spaCy that received 2 comments
Add texthero to universe.json
Add texthero to SpaCy Universe. Texthero is a python toolkit to work with text-based dataset quickly and effortlessly. It provides capabilities to …
+132
−0
•
2
comments
Created an issue in jbesomi/texthero that received 1 comment
AttributeError: 'WordCloud' object has no attribute 'generate_from'
hero.wordcloud is not working. @selimelawwa may you look into that?
Error:
AttributeError: 'WordCloud' object has no attribute 'generate_from'
1
comment
- Add replace_tags, remove_tags
- Add most_similar(s, distance_algorithm, vector)
- All representation function to accept as input an already tokenized Series
- Support "Pandas Series Representation"
- Implement/support/explain topic modelling
- Add a FAQ page to the website
- Move website from Docusaurus to Sphinx
- Preprocessing: explain how to create a custom pipeline
- Add POS tagging
- Add replace_hashtags, remove_hasthags

