You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation is weak on setting up the hl.config file.
The following options have to be adjusted:
gloveModelPath=
databaseUrl=jdbc:mysql://127.0.0.1/
databaseName=
databaseUsername=
databasePassword=
outputPath=
documentPath=
The glove model path will have to be created.
The next 4 options are for your local MySQL database. The parser currently only reads from an SQL database so these options tell it where to read. Windows and Macs/Unix are different for the host. Windows will not recognize "localhost" so I set mine to 127.0.0.1.
The output path is where you want the output of the processor to go.
Finally, the document path points to a txt file listing the MySQL IDs you want to run the NER on.
Also, the parser requires Java 8. It will not work with other versions.
The text was updated successfully, but these errors were encountered:
The documentation is weak on setting up the hl.config file.
The following options have to be adjusted:
gloveModelPath=
databaseUrl=jdbc:mysql://127.0.0.1/
databaseName=
databaseUsername=
databasePassword=
outputPath=
documentPath=
The glove model path will have to be created.
The next 4 options are for your local MySQL database. The parser currently only reads from an SQL database so these options tell it where to read. Windows and Macs/Unix are different for the host. Windows will not recognize "localhost" so I set mine to 127.0.0.1.
The output path is where you want the output of the processor to go.
Finally, the document path points to a txt file listing the MySQL IDs you want to run the NER on.
Also, the parser requires Java 8. It will not work with other versions.
The text was updated successfully, but these errors were encountered: