Skip to content

Releases: NeelShah18/emot

New version 3.1

02 Aug 03:54
32a9aac
Compare
Choose a tag to compare

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

01 Aug 23:53
53cd301
Compare
Choose a tag to compare

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.

26 Dec 16:45
e0db2c7
Compare
Choose a tag to compare
  • A solution of 'oo' considers as emoticons are solved.
  • A solution of another major bug fix.

Bug fix and optmize code

21 Jun 21:24
9c42e3d
Compare
Choose a tag to compare

Fix bug and optimize

Added new fucntionality and restrucutre library

21 Jun 20:19
741449e
Compare
Choose a tag to compare
  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.

emot - emoji and emoticons library for python

02 Jul 15:50
Compare
Choose a tag to compare

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.