Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

concepts

Web scraper use to build a database of terms and lexical field

Install

Create Database

Create a database on local postgres

sudo su postgres
psql
CREATEUSER "concepts" WITH PASSWORD 'abcdefgh';
CREATEDATABASE "concepts" WITH OWNER concepts;

About

Web scraper use to build a database of terms and lexical field

Topics

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages