Skip to content

chozelinek/mytreetaggerwrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My TreeTaggerWrapper

My TreeTaggerWrapper is a slightly modified version of Laurent Pointal's treetaggerwrapper to use TreeTagger from a Python script.

Contents

├── LICENSE: GPL-3.0
├── README.md: this file
├── mytreetaggerwrapper.py: Laurent Pointal's wrapper with some minor modifications
└── setup.py: script to install the package

Install

I recommend to install this package in a virtual environment.

With pip directly from GitHub:

pip install -e git+https://github.com/chozelinek/mytreetaggerwrapper#egg=mytreetaggerwrapper

Usage

To see examples of using mytreetaggerwrapper.py and a bundle of scripts to process XML files with TreeTagger check the Wrapper of TreeTaggerWrapper.

About

A minor modification of Laurent Pointal's Python TreeTagger Wrapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages