Skip to content

Latest commit

 

History

History
executable file
·
35 lines (25 loc) · 617 Bytes

README.md

File metadata and controls

executable file
·
35 lines (25 loc) · 617 Bytes

underthesea TreeBank

This repository contains Vietnamese Treebank. It is a part of underthesea project.

Corpus Summary

  • 1503 documents
  • 30017 sentences

Usage

On Linux

git clone git@github.com:magizbox/underthesea.treebank.git
cd underthesea.treebank
git submodule init
git submodule update

conda env create -f environment-linux.yml
chmod u+x run.sh
./run.sh

On Windows

git clone git@github.com:magizbox/underthesea.treebank.git
git submodule init
git submodule update

cd underthesea.treebank
conda env create -f environment.yml
.\run.bat