Skip to main content

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 hashes)

Uploaded Source

Built Distribution

flexpy-0.0.7-py3-none-any.whl (266.2 kB 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