Skip to content

Enhanced version of Veltroni (2018) LinkPICS, a text-image aligner for web news.

Notifications You must be signed in to change notification settings

joaobarbirato/linkpics

 
 

Repository files navigation

Requires

Setup

1. clone

$ git clone https://github.com/joaobarbirato/linkpics
$ cd linkpics

2. Build a Python 3.6 virtual environment

virtualenv venv/ -p python3.6
source venv/bin/activate

3. Install requirements

  • Make sure you have CMake properly installed.
pip3.6 install -r requirements.txt

4. Install TreeTagger

  • Instructions can be found at the TreeTagger documentation
  • Extract it to app/src/PLN/TreeTagger

About

Enhanced version of Veltroni (2018) LinkPICS, a text-image aligner for web news.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.4%
  • Python 24.6%
  • HTML 7.6%
  • Cuda 4.9%
  • Jupyter Notebook 4.8%
  • JavaScript 0.9%
  • Other 0.8%