Releases: NeelShah18/emot
New version 3.1
Note: With installation fix.
Emot 3.0 release moto is: high-performance detection library for data-science specially for large scale datasets of text.
Emot use advance dynamic pattern generation. It means everytime when you create object it generate pattern
based on the database(emo_unicode.py). You can add/delete/modify that file under library to create other dynamic pattern.
3.0 version provide more option such as bulk processing. It is useful when you have long list of "sentence or word"
and want to use multiprocessing power to speedup the process.
It means you can dynamically create pattern for the emoji or emoticons and run it in multiprocessing to get maximum
performance from multiple cores.
Again, I am thankful for all support and help from the community around the world. I hope this will help and make your
life easier.
Version 3.0 now supports bulk processing
Emot 3.0 release moto is: high-performance detection library for data-science specially for large scale datasets of text.
Emot use advance dynamic pattern generation. It means everytime when you create object it generate pattern
based on the database(emo_unicode.py). You can add/delete/modify that file under library to create other dynamic pattern.
3.0 version provide more option such as bulk processing. It is useful when you have long list of "sentence or word"
and want to use multiprocessing power to speedup the process.
It means you can dynamically create pattern for the emoji or emoticons and run it in multiprocessing to get maximum
performance from multiple cores.
Again, I am thankful for all support and help from the community around the world. I hope this will help and make your
life easier.
Major bug fix.
- A solution of 'oo' considers as emoticons are solved.
- A solution of another major bug fix.
Bug fix and optmize code
Fix bug and optimize
Added new fucntionality and restrucutre library
- Now you can get the meaning of the emoji and emoticons in a result.
- Now return type is not a list of a dictionary. It is changed to dictionary and individual key has list except flag.
- flag is added as boolean, True means emoji or emoticons are present, False means absent.
- Restructure internal code
- Optimize searching.
emot - emoji and emoticons library for python
Emot is a python library to extract the emojis and emoticons from a text(string). All the emojis and emoticons are taken from a reliable source i.e. Wikipedia.org.