https://github.com/rain1024/languageflow
Underthesea Flow
https://github.com/rain1024/languageflow
Last synced: about 1 year ago
JSON representation
Underthesea Flow
- Host: GitHub
- URL: https://github.com/rain1024/languageflow
- Owner: rain1024
- License: mit
- Created: 2017-09-22T08:29:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T06:47:21.000Z (over 8 years ago)
- Last Synced: 2025-04-04T13:21:33.054Z (about 1 year ago)
- Language: Python
- Size: 3.85 MB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
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