
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
.. image:: https://img.shields.io/pypi/v/languageflow.svg :target: https://pypi.python.org/pypi/languageflow
.. image:: https://img.shields.io/pypi/pyversions/languageflow.svg :target: https://pypi.python.org/pypi/languageflow
.. image:: https://img.shields.io/badge/license-GNU%20General%20Public%20License%20v3-brightgreen.svg :target: https://pypi.python.org/pypi/languageflow
.. image:: https://img.shields.io/travis/undertheseanlp/languageflow.svg :target: https://travis-ci.org/undertheseanlp/languageflow
.. image:: https://readthedocs.org/projects/languageflow/badge/?version=latest :target: http://languageflow.readthedocs.io/en/latest/ :alt: Documentation Status
Data loaders and abstractions for text and NLP
Install dependencies
.. code-block:: bash
$ pip install future, tox
$ pip install python-crfsuite==0.9.5
$ pip install Cython
$ pip install -U fasttext --no-cache-dir --no-deps --force-reinstall
$ pip install xgboost==0.82
.. code-block:: bash
$ pip install languageflow
Download a dataset using download command
.. code-block:: bash
$ languageflow download DATASET
List all dataset
.. code-block:: bash
$ languageflow list
Datasets
The datasets module currently contains:
* Tagged: VLSP2018-NER, VTB-CHUNK*, VLSP2016-NER*, VLSP2013-POS*, VLSP2013-WTK*
* Categorized: AIVIVN2019_SA*, VLSP2018_SA*, UTS2017_BANK, VLSP2016_SA*, VNTC
* Plaintext: VNESES, VNTQ_SMALL, VNTQ_BIG
Caution (*): With closed license dataset, you must provide URL to download
Example
Download UTS2017_BANK
dataset
.. code-block:: bash
$ languageflow download UTS2017_BANK
Use UTS2017_BANK
dataset
.. code-block:: python
>>> from languageflow.data_fetcher import DataFetcher, NLPData
>>> corpus = DataFetcher.load_corpus(NLPData.UTS2017_BANK_SA)
>>> print(corpus)
CategorizedCorpus: 1780 train + 197 dev + 494 test sentences
FAQs
Data loaders and abstractions for text and NLP
We found that languageflow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.