Python API for SIL FieldWorks Language Explorer (FLEx)
Project description
flexpy
Python API for working with SIL FieldWorks Language Explorer (FLEx) databases. Some web scraping of Papuan Bible translations is also in here. Better organization and more features to come.
Here is the package's page on PyPI.
Install with:
pip install flexpy
Example usage
from flexpy.Corpus import Corpus
project_dir = "/home/wesley/.local/share/fieldworks/Projects/"
project_name = "Bongu"
bongu_corpus = Corpus(project_dir, project_name)
contents = bongu_corpus.get_tokenized_contents() # already tokenized
# now you can run statistics on contents
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
flexpy-0.0.7.tar.gz
(59.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
flexpy-0.0.7-py3-none-any.whl
(266.2 kB
view details)
File details
Details for the file flexpy-0.0.7.tar.gz.
File metadata
- Download URL: flexpy-0.0.7.tar.gz
- Upload date:
- Size: 59.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84bda1830b3e54a349b60dbf9932c084f5f9c2204ca00da526d4cc2df72664c2
|
|
| MD5 |
1e81ffeae85ef15a32a1efea18906feb
|
|
| BLAKE2b-256 |
ec2169e2053efe39e0d772ff77f651957194056001c4e9976ea8dcad4b148acd
|
File details
Details for the file flexpy-0.0.7-py3-none-any.whl.
File metadata
- Download URL: flexpy-0.0.7-py3-none-any.whl
- Upload date:
- Size: 266.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e98947a5bbea420ecb9778811fa4e8cd9fcddb6a4d476c09e586d3a889ca6e7
|
|
| MD5 |
aae8dc4ecff7de9a1c14805104f86ba9
|
|
| BLAKE2b-256 |
a9f443417ecb9f8baeeec46b91838d0ea6718dede88056dd23a368d02412ae50
|