nlp-profiler

View on PyPIReverse Dependencies (0)

0.0.3 nlp_profiler-0.0.3-py2.py3-none-any.whl

Wheel Details

Project: nlp-profiler
Version: 0.0.3
Filename: nlp_profiler-0.0.3-py2.py3-none-any.whl
Download: [link]
Size: 49292
MD5: 0f8be2bf29b567b6001c9f04de32373d
SHA256: cdbc022993ae78570c8c3d7404093d034c93b47fe9a0ce6a19192ea05a1f06c4
Uploaded: 2020-12-13 19:20:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nlp-profiler
Version: 0.0.3
Summary: A simple NLP library allows profiling datasets with one or more text columns.
Author: Mani Sarkar
Home-Page: https://github.com/neomatrix369/nlp_profiler
Download-Url: https://github.com/neomatrix369/nlp_profiler/releases/tag/v0.0.3
License: Apache 2.0
Keywords: nlp profiler nlpprofiler nlp_profiler nlp-profiler nlpprof profile profiling
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.0
Requires-Dist: textblob (>=0.15.3)
Requires-Dist: nltk (>=3.5)
Requires-Dist: language-tool-python (>=2.3.1)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: emoji (>=0.5.4)
Requires-Dist: tqdm (==4.46.0)
Requires-Dist: joblib (>=0.14.1)
Requires-Dist: ipython (>=7.12.0)
Requires-Dist: spacy (<3.0.0,>=2.3.0)
Requires-Dist: pandas
Requires-Dist: swifter (>=1.0.3)
Requires-Dist: en-core-web-sm
Requires-Dist: textstat (>=0.7.0)
Description-Content-Type: text/markdown
[Description omitted; length: 7642 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.31.1)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
nlp_profiler/__init__.py sha256=k5tJXhBQJ4l9fKHJ76K5w98zBHoYvNk9r-UNH6eQ2-k 21
nlp_profiler/constants.py sha256=8pSDsG0_VCwgur_-e2p2I-T7rBQE60f3FOtQXKbiMJw 1868
nlp_profiler/core.py sha256=Q8thavhIEcyTqMrWdi0lU0Ez9Crpme-TxUxNVJoCrdo 3401
nlp_profiler/generate_features/__init__.py sha256=qkPEhjJ1vCCgugB9BeYNVfkW1-LAwCrBJ8lXfRr80fo 1227
nlp_profiler/generate_features/parallelisation_methods/__init__.py sha256=vE1V5ertV92zNwx9Kx3ls_ShTdgBU6VZZ6wyXhAvXo4 1482
nlp_profiler/granular_features/__init__.py sha256=8PFTvxLNFjnpCNPdiEHISCTcMIR_kNAup9Eyr4lV4tY 3047
nlp_profiler/granular_features/alphanumeric.py sha256=Yn_rI7SVtobWa5CEoQfVipf3UnG_Lz9_u8Mj_WVM9rQ 352
nlp_profiler/granular_features/chars_and_spaces.py sha256=aySaTUkXB0SMATOrEtxetg5ysE31k9EQ16NoInfuu2M 489
nlp_profiler/granular_features/dates.py sha256=ZcqNGnQoCuF5jjsNDzh91Q4TWIaK9LT-Yhikxbw7deA 592
nlp_profiler/granular_features/duplicates.py sha256=g7apgoQGfwMB_N0C9T27axUcAMPd4hIjUpP1DGM41cI 727
nlp_profiler/granular_features/emojis.py sha256=o84u4AgZau1xk92tgaFOTGqwsfQNspcStlYkieHPLSw 465
nlp_profiler/granular_features/non_alphanumeric.py sha256=bHVpTZMlFiBYaOBdnrHPd73Jpgb2BG7rRZuScsYEzvs 369
nlp_profiler/granular_features/noun_phase_count.py sha256=WKe1JmqFmSYP2YZxq_tRZ4aaY5DhvU8a_4ZcqTYPcp0 756
nlp_profiler/granular_features/numbers.py sha256=OgmXR8KEH1g44WfVtdKV2VnoD19M5RaI_iRDU3nQsyc 343
nlp_profiler/granular_features/punctuations.py sha256=j85WryeDaUeM6vK6EoItRd8A0-A-RYrIwdTinn9WtDk 430
nlp_profiler/granular_features/sentences.py sha256=Jnpkd3oK3p8BrEOlPQTnrDIzX7YGGXDkbic3Qfqu4Io 346
nlp_profiler/granular_features/stop_words.py sha256=Cr_SoUMwytra0oPuHua6Vkev6XnwHqR5jOqAe8n0aE8 610
nlp_profiler/granular_features/words.py sha256=qhoJSHXo2w522LwHKpy98Y77vQlpwydb7M4Zv2CI3Ag 328
nlp_profiler/high_level_features/__init__.py sha256=Xx-gCL9t3bt2WVnS570sXv4JN8yqQ6mS7Hmdm7l6MYg 1694
nlp_profiler/high_level_features/ease_of_reading_check.py sha256=5K7r6Ki5IEJIB2isWvYJ2yOyapIg5bRgmEAwUwSlNB8 2494
nlp_profiler/high_level_features/grammar_quality_check.py sha256=_rVBz4KYiWlQj7U_b8zUFU5ynPjzY8fO1lVnO3dcmhw 1326
nlp_profiler/high_level_features/sentiment_polarity.py sha256=KbqkIFQltj1sRxx8wIElXY-JmXdcCHBmjuKfQv_pDxk 1857
nlp_profiler/high_level_features/sentiment_subjectivity.py sha256=6AU3ou4qjIi3sKr3XEv5d53vmMVfG3OFr5M9UmDJpVg 1732
nlp_profiler/high_level_features/spelling_quality_check.py sha256=_wDgLxJlQ9Drok71bzO4UlbYGyz5RnLqn3N6_wLhUik 3402
nlp_profiler-0.0.3.dist-info/METADATA sha256=_kPv73olLLe1J8rK3_JF-j6rMRxsdfnMYnlHC5X9Xvs 9245
nlp_profiler-0.0.3.dist-info/RECORD
nlp_profiler-0.0.3.dist-info/WHEEL sha256=gduuPyBvFJQSQ0zdyxF7k0zynDXbIbvg5ZBHoXum5uk 110
nlp_profiler-0.0.3.dist-info/top_level.txt sha256=pnvwHcPEzwwJfjkKOTn7Fa05Y-67Fy730yYA1_YMGbc 30
slow-tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
slow-tests/acceptance_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
slow-tests/acceptance_tests/test_apply_text_profiling.py sha256=YGREOYlwe9ZkEb2EjGB9Ez6e020EAzmekiuPOY98Vwk 3134
slow-tests/acceptance_tests/data/expected_profiled_dataframe_ease_of_reading_check.csv sha256=DvSpoTxcFTpzx7P6JyztSdVru6kRSBY08T98Hqxj3Jg 678
slow-tests/acceptance_tests/data/expected_profiled_dataframe_grammar_check.csv sha256=Vf98z_g9MGHiRwoxBqQ52cqVTm5W-p39RsgpbETWEKs 562
slow-tests/performance_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
slow-tests/performance_tests/common_functions.py sha256=dvXQhW0LrTZxFvLG8m5SRUSuJXGfBc_o8E1ENtAgepA 2833
slow-tests/performance_tests/test_perf_ease_of_reading_check.py sha256=OLoy_HCQF8xu6WRXdGdrEs-LTBvEZsgksqAo_yvosEY 568
slow-tests/performance_tests/test_perf_grammar_check.py sha256=NFoRyeF1_ByWU8tB6uInTQrsQd3mTefQhA8pMbWMJoc 605
slow-tests/performance_tests/test_perf_noun_phase.py sha256=IcFFZ5zluvZzALPBF_h38ZoqiAoXKgYYpA6kR8bNBj0 539
slow-tests/performance_tests/test_perf_spelling_check.py sha256=FEeibPWrdSzqrxcTuYJyCjJes4mWi0JylV1Sg6lCHW8 556
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/acceptance_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/acceptance_tests/test_apply_text_profiling.py sha256=iean6pCzsvmtGE0c7fYehoDSdRhIzI2E1AH7JDZBrZ8 4300
tests/acceptance_tests/data/expected_profiled_dataframe.csv sha256=hAieIc2HO5koZAyxvB5EasZ7ejMhuASVyEi0KUTDoS8 2009
tests/acceptance_tests/data/expected_profiled_dataframe_no_granular.csv sha256=LiXEOVs-1--zRh7nAkLLw7HkrVRrEwvhhNnEbQ6EvPk 1540
tests/acceptance_tests/data/expected_profiled_dataframe_no_high_level.csv sha256=jBNSQpO92hdWj5WNm_9B7iJ6O0PgOMPow_zHNWSazvo 896
tests/granular/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/granular/test_alphanumeric.py sha256=xFlHi_OiWTYy4uRgZ2e8xYH7nonH8GwdT06Fng6p20E 2030
tests/granular/test_chars_and_spaces.py sha256=QUfGb9VyUirVyTtTumG_OvY__YR7yC0RWEwBhV6RJzU 1965
tests/granular/test_dates.py sha256=P90G7ErQgwyB8xCKib6Q8crePDBSwRqjORaGHoBAqT4 2924
tests/granular/test_duplicates.py sha256=lQy9FjutVD0jI669hefx0MQpILpG-SBh7Q4FF_Uoe5E 2478
tests/granular/test_emojis.py sha256=-gcbOYw4YmGUY-w7nMEE7PvA8sVo4tcTLD3V6o7Mfg8 1795
tests/granular/test_non_alphanumeric.py sha256=kFF1-iSx6lSXqRNsKWfBXsN3BdRHTrtAFoBycoQlRSE 2644
tests/granular/test_nounphase.py sha256=bdEzlGabgvgj_NmUOCv2I8tMGYHKCVS3AhkO_nB2ogY 1851
tests/granular/test_numbers.py sha256=RchrqFEG0Yy1BbbhsBt8YFSSbAqTMFlukKV6ZfytVXA 1785
tests/granular/test_punctuations.py sha256=LfYX0TgNETYqi6TTJO-EYUZgSGV81VljLiMEFl0U1Cs 1918
tests/granular/test_sentences.py sha256=BEm9Zff6ibRTOsDpJR7vUY76-1IREt_zpWIdQFK70Vs 2989
tests/granular/test_stop_words.py sha256=eou9w-YmWm7XCMi3Hb20JaOJojXAnTr_8xZZczI6iA8 1806
tests/granular/test_words.py sha256=yUFyGqjIa82-e4Jlff3tSYx7ZGGqb70GFRk4GqnfxZ8 1783
tests/high_level/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/high_level/test_ease_of_reading_check.py sha256=0P4uOkQNPLS1kAPzt6n6mkr_6fowXLtOyY8zz5HHwVg 4952
tests/high_level/test_grammar_check.py sha256=FNkf2ogQUlFhP2SbAQsUv9Ri6CBMATI2JCcd3qz-gMQ 2019
tests/high_level/test_sentiment_polarity.py sha256=BWu2LQOFXHXptPiEAPBXFFSf7IVmCTFXEnRKjj0voo8 4125
tests/high_level/test_sentiment_subjectivity.py sha256=T2xVIshct3qjUO9XlWGHFJFNzHim7sh4vF6k5ceYfGw 4141
tests/high_level/test_spelling_check.py sha256=oV-ZnlyIXRAdLVmjA56G1HfAFaDlMaFfg6w0xgxpJ3E 5079
tests/smoke-tests/run-jupyter-in-docker.sh sha256=5rhYzdH7qeo64wNQCCtKpUvPfIH6IfQifPLdSO1Q-18 1056
tests/smoke-tests/run-python-in-docker.sh sha256=Flss52j6xhjY3jcWToT3_L-UaWRl-w_smr5wAHpLeYA 1193

top_level.txt

nlp_profiler
slow-tests
tests