Skip to content

Kognetics -> Taxonomy Induction -> This page contains implementation of the TAXI, a method for taxonomy induction that reached the first place in the SemEval 2016 challenge on taxonomy extraction evaluation. The method builds a taxonomy from a domain vocabulary. It extracts hypernyms from substrings and large domain-specific corpora bootstrapped…

License

anukat2015/taxi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taxi

TAXI: a Taxonomy Induction Method based on Lexico-Syntactic Patterns, Substrings and Focused Crawling

Installation

  1. Clone repository:
git clone git@github.com:tudarmstadt-lt/taxi.git
  1. Download resources into the repository:
cd taxi
wget http://panchenko.me/data/joint/taxi/res/resources.tgz && gunzip resources.tgz
  1. Install dependencies:
pip install -r requirements.txt

About

Kognetics -> Taxonomy Induction -> This page contains implementation of the TAXI, a method for taxonomy induction that reached the first place in the SemEval 2016 challenge on taxonomy extraction evaluation. The method builds a taxonomy from a domain vocabulary. It extracts hypernyms from substrings and large domain-specific corpora bootstrapped…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%