Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dictionary SQL
#1
_AugmentedIntelligence Dictionary SQL

Hello, here is a dictionary for _AI. Includes lists for each word type, GloVe Vectors, and word vectors trained from Wikipedia included in the dictionary.
Download Link: http://macdaddy4sure.com/Downloads/Dictionary.zip
Code:
Instructions
1. Start MySQL and connect to the server of choice with:
mysql -h localhost -u root -p

2. Create a database called "Dictionary".
CREATE DATABASE Dictionary;

3. Select the database:
USE Dictionary;

4. Import the database
SOURCE C:/Path/to/dictionary.sql;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)