Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting up the HLparser #2

Open
arpie71 opened this issue Sep 26, 2019 · 0 comments
Open

setting up the HLparser #2

arpie71 opened this issue Sep 26, 2019 · 0 comments

Comments

@arpie71
Copy link
Contributor

arpie71 commented Sep 26, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant