Web scraper use to build a database of terms and lexical field
Create a database on local postgres
sudo su postgres
psql
CREATEUSER "concepts" WITH PASSWORD 'abcdefgh';
CREATEDATABASE "concepts" WITH OWNER concepts;There was an error while loading. Please reload this page.