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

thesaurus prelim #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

thesaurus prelim #2

wants to merge 2 commits into from

Conversation

JohnLevander
Copy link
Collaborator

I added some code that will do a thesaurus lookup in the future. I don't think this breaks anything. The rest of the changes are formatting. I'm not sure if the ncit_plus_21aa files will live here permanently. We can always remove them later.

Copy link
Contributor

@seanfinan seanfinan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want to add the dictionary lookup. I know that you used it for the test, but our utilization of the dictionary database will be much simpler and won't require any of the dictionary code. It will just be a select call, e.g. select CUI from CUI_TERMS where TEXT like '%searchword%' Don't worry about -changing- this, just don't check it in. I don't want to leave the branch around, just in case ...

@seanfinan
Copy link
Contributor

We will need to add HSQLDB as a dependency.

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

Successfully merging this pull request may close these issues.

2 participants