Plugin for dart-fss
Project description
Dart-Fss-Classifier
Dart-Fss의 재무제표 추출 성능 향상을 위한 플러그인.
자연어 처리를 이용하여 재무제표 계정과목의 Concept ID 추정함으로써 재무제표 추출 성능 향상.
Dependencies
- Dart-Fss >= 0.3.0
- TensorFlow
- KoNLPy
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dart-fss-classifier-0.2.0.tar.gz
.
File metadata
- Download URL: dart-fss-classifier-0.2.0.tar.gz
- Upload date:
- Size: 8.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 833e300a14974f2c2dec4b3f6e29b0843c509819b30168b067b881528e7d52d9 |
|
MD5 | cd5a56c11f12e6409b19fef0a3fb4620 |
|
BLAKE2b-256 | 5bf8d22ea9c23555a05c3a59ff85a54d6f22725304f29a2441fa94dc8e1781f0 |
File details
Details for the file dart_fss_classifier-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: dart_fss_classifier-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c5f404da5f5c8ad96a8dd938accd53f9a7caaff88ca142864734910ec5a136c |
|
MD5 | ce3fd07c13158a284e81a50041e0fe20 |
|
BLAKE2b-256 | 2539a965d34ec3e0cc9c0eccefdd5edaca9e02181d0b43197435b996e0c1e033 |