An open API service indexing awesome lists of open source software.

https://github.com/rain1024/languageflow

Underthesea Flow
https://github.com/rain1024/languageflow

Last synced: about 1 year ago
JSON representation

Underthesea Flow

Awesome Lists containing this project

README

          

================
Underthesea Flow
================

It's a very messy project, contains a lot of useful stuffs for NLP experiments

***************
Concepts
***************

Flow
====

Flow has **data readers**, **transformers**, **models**, **scores**, **validation methods**

Experiment
==========

Experiments has data, models, scores and validation methods

Data Readers
============

Available data readers: `TaggedCorpus`

Scores
======

Available scores: `f1`, `accuracy`

Validation Methods
==================

Available validation methods: TrainTestSplit, CrossValidation