Recent Releases of emot

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.

- Python
Published by NeelShah18 over 4 years ago

emot - 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.

- Python
Published by NeelShah18 over 4 years ago

emot - Major bug fix.

  • A solution of 'oo' considers as emoticons are solved.
  • A solution of another major bug fix.

- Python
Published by NeelShah18 about 7 years ago

emot - Bug fix and optmize code

Fix bug and optimize

- Python
Published by NeelShah18 over 7 years ago

emot - Added new fucntionality and restrucutre library

1) Now you can get the meaning of the emoji and emoticons in a result. 2) Now return type is not a list of a dictionary. It is changed to dictionary and individual key has list except flag. 3) flag is added as boolean, True means emoji or emoticons are present, False means absent. 4) Restructure internal code 5) Optimize searching.

- Python
Published by NeelShah18 over 7 years ago

emot - 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.

- Python
Published by NeelShah18 over 8 years ago