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-0.1.1.tar.gz (3.8 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-0.1.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file textminer-pro-supace-0.1.1.tar.gz.

File metadata

  • Download URL: textminer-pro-supace-0.1.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.2

File hashes

Hashes for textminer-pro-supace-0.1.1.tar.gz
Algorithm Hash digest
SHA256 edfd61815c6f172b4805e354d3cf9d2a0790a4f8edf36aa172040b3a6e031d9c
MD5 ce585d11a7db8f9f0f3f7a2c13588fcb
BLAKE2b-256 8141770a7659393dd1b96ede88b559be77b39cf443e3abf80f072ee7d20a05f7

See more details on using hashes here.

File details

Details for the file textminer_pro_supace-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for textminer_pro_supace-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 418ca1fbba7397a0008919801a5e4b3306b742eb475866927c9adf1c158f14a7
MD5 0e12e9ff39cb05940fe91a36e356cfeb
BLAKE2b-256 f7b6712159b7dce4c27a108517dfd3d47fc5ee3a3526701760dcbb458947dad6

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