Análisis de texto
Análisis de un grupo de WhatsApp basado en el artículo Whatsapp Group Chat Analysis using Python and Plotly publicado por Saiteja Kura
%load_ext autoreload
%autoreload 2
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
This file will become your README and also the index of your documentation.
Install
pip install hola_nbdev2
How to use
Algunos ejemplos
startsWithDateAndTime
Verifica si la el texto inicia con fecha y hora
x = '01/10/18 19:18 - Señora 5: Claudia, puedes reenviar los paquetes, por favor? 🙏🏼 Aún no estaba en el grupo'
startsWithDateAndTime(x)
True
startsWithDateAndTime
Encuentra al autor del mensaje si está en alguno de estos formatos
- Nombre
- Nombre y apellido
- Nombre + 2 apellidos
- Número telefónico (México)
- Nombre y emoji
- Nombre genérico
y = x.split(' - ')
y
print(FindAuthor(y[1]))
True
Release files for nbdev-whatsapp 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nbdev_whatsapp-0.0.1.tar.gz | 10.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nbdev_whatsapp-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.0 kB
Release files / nbdev_whatsapp-0.0.1.tar.gz
| Download URL | nbdev_whatsapp-0.0.1.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a81824290732d194758e4333dcd230ac376f35e2ef832e5a4001e17f2688805b
|
|
BLAKE2b-256 checksum How to use checksums |
5733abfd2bc5734023404bff724f6e80c7d3d7d8ee38c7ab8aec6f72c690523f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
|
Release files / nbdev_whatsapp-0.0.1-py3-none-any.whl
| Download URL | nbdev_whatsapp-0.0.1-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dd38b48b7caacb5447ee5c93b23a4709d0fbbf59e545f33f92b3e158a98caeda
|
|
BLAKE2b-256 checksum How to use checksums |
bcef9066a91e501937093f8f1b040b17fe9f925cbd0f73a629b768838082d8c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
|