It is a python library which provides an interface to NERD http://nerd.eurecom.fr.
from nerd import NERD
text = read_your_text_file()
timeout = set_timeout_seconds()
n = NERD ('nerd.eurecom.fr', YOUR_API_KEY)
n.extract(text, 'combined', timeout)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
It is a python library which provides an interface to NERD http://nerd.eurecom.fr.
from nerd import NERD
text = read_your_text_file()
timeout = set_timeout_seconds()
n = NERD ('nerd.eurecom.fr', YOUR_API_KEY)
n.extract(text, 'combined', timeout)