Skip to main content

Plugin for dart-fss

Project description

Dart-Fss-Classifier

Dart-Fss의 재무제표 추출 성능 향상을 위한 플러그인.

자연어 처리를 이용하여 재무제표 계정과목의 Concept ID 추정함으로써 재무제표 추출 성능 향상.

Dependencies

Installation

pip install dart-fss-classifier

Usage

# Dart-fss 라이브러리 불러오기
import dart_fss as dart
# dart_fss_classifier Plugin 불러오기
import dart_fss_classifier

# Attach plugin
assert dart_fss_classifier.attached_plugin() == True

# 회사리스트 불러오기
corp_list = dart.get_corp_list()
# 삼성전자 선택
samsung = corp_list.find_by_corp_name(corp_name='삼성전자', exactly=True)[0]
# 재무제표 추출
fs = samsung.extract_fs(bgn_de='20100101')

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

dart-fss-classifier-0.2.0.tar.gz (8.9 MB view hashes)

Uploaded Source

Built Distribution

dart_fss_classifier-0.2.0-py3-none-any.whl (8.9 MB 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