Skip to content

marcosspalenza/PTBR_RelationExtraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relation Extraction using SpaCy

Simple Flask service for Portuguese Natural Language Processing to analyze sentence dependencies and extract relations using SpaCy.

Requirements:

Docker Container Ubuntu 18.04

Usage

Create via Dockerfile:

docker build -t nlp_relex .

Clone via DockerHub:

docker pull marcosspalenza/nlp_relex

Start and access the container IP. The service will be runing on localhost port 5000.