https://github.com/poypoyan/funcd2db
Data processors to insert to database for use in Funcwords project.
https://github.com/poypoyan/funcd2db
csv data-transformation linguistics tree-structure
Last synced: 6 months ago
JSON representation
Data processors to insert to database for use in Funcwords project.
- Host: GitHub
- URL: https://github.com/poypoyan/funcd2db
- Owner: poypoyan
- License: mit
- Created: 2025-07-19T18:17:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T17:08:37.000Z (7 months ago)
- Last Synced: 2025-09-14T19:19:02.798Z (7 months ago)
- Topics: csv, data-transformation, linguistics, tree-structure
- Language: Python
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# funcd2db
Data processors to insert to database for use in Funcwords project.
Works with `venv` and install through `pip install .`.
## Components
* csv2db for CSV ([doc](doc/csv2db.md))
* tree2db for indent tree text ([doc](doc/tree2db.md))
To import, `from funcd2db import csv2db, tree2db`. Look on sample folder for sample usages.
## License
Distributed under the MIT software license. See the accompanying
file LICENSE or https://opensource.org/license/mit/.