plaintext-analyzer

View on PyPIReverse Dependencies (0)

0.1.13 plaintext_analyzer-0.1.13-py3-none-any.whl

Wheel Details

Project: plaintext-analyzer
Version: 0.1.13
Filename: plaintext_analyzer-0.1.13-py3-none-any.whl
Download: [link]
Size: 8286
MD5: 15147bb0f06346f53d0759bdafc617d4
SHA256: 69c693ebc58dce423b0b5b0a5d93373442e9fd38bd812e56550dad76422c9b69
Uploaded: 2023-05-15 09:11:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: plaintext-analyzer
Version: 0.1.13
Author: Phoenix Grey
Author-Email: phoenix.grey0108[at]gmail.com
Home-Page: https://github.com/qishe-nlp/plaintext-analyzer
Project-Url: Documentation, https://qishe-nlp.github.io/plaintext-analyzer/
Project-Url: Repository, https://github.com/qishe-nlp/plaintext-analyzer
Keywords: vocabulary,phrases,text,nlp
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<4.0
Requires-Dist: click (<9.0.0,>=8.0.3)
Requires-Dist: sencore (<0.2.0,>=0.1.39)
Requires-Dist: x2cdict (<0.2.0,>=0.1.46)
Description-Content-Type: text/markdown
[Description omitted; length: 5363 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
plaintext_analyzer/__init__.py sha256=tDT6RByOYTERvdJ__NmZxD8V-3mGQRYJPqWC4a6Eakw 945
plaintext_analyzer/entry.py sha256=ips_04KSYM7xSQNFyFddw-W91vE2CrFxRmu56lh1a0A 3812
plaintext_analyzer/file_reader.py sha256=oifhyIy5yf6ByPGtOPSQue57rtqxEG_0QyZGuGGiOY4 1018
plaintext_analyzer/file_writer.py sha256=-YaTHPdZMC0OspHayXKHFWXveQhOI_NmrFKPP_NFFzA 1767
plaintext_analyzer/phrase_analyzer.py sha256=dcnwf93-HIeVzy5V1Mw1PciiHpMApASu2l404OMauoQ 1679
plaintext_analyzer/structure_kg_analyzer.py sha256=xDHicQLxTcUspshdIWROLW0Yq4s8c4FyNm6z7isIZUQ 2453
plaintext_analyzer/vocab_analyzer.py sha256=UopK7_QkkyNPTO-oJyt75UfO40X2lV5csQMgqQ0r7iY 1360
plaintext_analyzer-0.1.13.dist-info/METADATA sha256=rqC4f68M7FpQZJ2qTOigZblWZXHsDFVvbAQ35xO76z0 6183
plaintext_analyzer-0.1.13.dist-info/WHEEL sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU 88
plaintext_analyzer-0.1.13.dist-info/entry_points.txt sha256=79c2gjUIfdXaLmUVZ54HJIaN4GdL6VnOjQElOxmaiQA 179
plaintext_analyzer-0.1.13.dist-info/RECORD

entry_points.txt

pta_phrase = plaintext_analyzer.entry:parser_phrase
pta_structure_kg = plaintext_analyzer.entry:parser_structure_kg
pta_vocab = plaintext_analyzer.entry:parser_vocab