-
Notifications
You must be signed in to change notification settings - Fork 1
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
Exception: error in opening STYs file #1
Comments
You can update ... to the location of the downloaded STY file. You can obtain it from: https://metamap.nlm.nih.gov/Docs/SemanticTypes_2013AA.txt Instead, I recommmend to run IndriRunQuery configs/wsuirdaa.cfg |
I tried what you have recommended i.e. IndriRunQuery configs/wsuirsaa.cfg , but i was getting P@10=0.28 which is not matching with the P@10=0.46 for configuration wsuirsaa.cfg which is mentioned in the paper. So can you please mention what i am missing in the process or what i have to do so i can get results mention in the paper for configuration "wsuirsaa.cfg" . During indexing have you considered document as whole or divided it in different segments(Title, Abstract, Body etc.) then indexing. |
As you have correctly figured out, you need to modify the collection preprocessing step. Today, I will update the readme file and describe this step in more detail. But basically what I did was to extract the values of all the fields from all nxml files in the collection and concatenate them into a single text file (with trectext format). I also replaced all non-English and non-alphabetic characters with spaces. I also removed all very long words (those with more than 25 characters). |
Is it possible that i can learn weights for different concepts types ("unigrams in topic summary","ordered bigrams in UMLS concepts in topic summary","unordered bigrams in UMLS concepts in topic summary","unigrams in PRF documents") using the code you have provided. Basically i just want to replicate results for wsuirsaa configuration end to end{from indexing to retrieval of related articles for each query}. Please suggest a way so i can achieve above stuff. |
Sorry for my late response. The modified PubMed collection that is used in this project is now publicly available at: |
./code/bin/umlsLceIndriRunQuery configs/wsuirdaa.cfg
reading wikiMedicalEntities...
Exception: error in opening STYs file:
The text was updated successfully, but these errors were encountered: