Skip to main content

불용어 제거, 키워드 추출, 요약, 언어 감지를 제공하는 텍스트 분석 도구

Project description

textminer-pro

자연어 텍스트 처리의 기본 기능을 제공하는 Python 패키지입니다.

키워드 추출

from textminer import extract_keywords

text = "Apple is looking at buying a U.K. startup for $1 billion." keywords = extract_keywords(text, top_n=3) print(keywords) ['spider-man', 'character', 'movie']

언어 감지

from textminer import detect_language

print(detect_language("This is an English sentence.")) # 'en' print(detect_language("안녕하세요 반갑습니다.")) # 'ko' print(detect_language("")) # '유효한 텍스트를 입력하세요.'

텍스트 요약

from textminer import summarize_text

text = ''' Our hub and spoke model sees us headquartered in Utrecht, the Netherlands with specialised operations in key global regions. This allows us to centralise our key functions and strategies while building networks and managing sector and landscape programs where the action is happening. '''

summary = summarize_text(text, num_sentences=2) print(summary)

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

textminer-pro-supace-new-0.2.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

textminer_pro_supace_new-0.2.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file textminer-pro-supace-new-0.2.0.tar.gz.

File metadata

File hashes

Hashes for textminer-pro-supace-new-0.2.0.tar.gz
Algorithm Hash digest
SHA256 90f6ef1a1d0b8d8c65a35cdb8fc7acc515fc487c9eb26a83616c184e29863b69
MD5 a90e2ae42928e836a0644674349510dc
BLAKE2b-256 b653087f748338d6d7dc4171000e223dbe2e31097ec5b597c8ef8b1a5c023e33

See more details on using hashes here.

File details

Details for the file textminer_pro_supace_new-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for textminer_pro_supace_new-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df77ba7b182ce929ce046ca75261b05d3bc3c1e523b5ca449d6e96eeb54ca3fd
MD5 07594038cad7975e6ccc04a979462abc
BLAKE2b-256 b099e1eb46ef09155782248317f3cba80a486a3e07c55151ef3d4f3597a2ce6b

See more details on using hashes here.

Supported by

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