Skip to main content

cut the verdict into different part

Project description

判決書段落分割

使用方法

安裝套件 pip install VerdictCut

找事實

from VerdictCut import find_fact
fact = find_fact(text)
print(fact)

找論罪科刑

from VerdictCut import find_justice
justice = find_justice(text)
print(justice)

找附錄法條

from VerdictCut import find_laws
laws = find_laws(laws))
print(laws)

找主文

from VerdictCut import find_maintext
maintext = find_maintext(text)
print(maintext)

找人物

from VerdictCut import find_roles
roles = find_roles(text)
print(roles)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VerdictCut-0.1.4.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

VerdictCut-0.1.4-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page