Re: Acronym annotator

2014-08-22 Thread Koola, Jejo David
You might be interested in: https://sbmi.uth.edu/ccb/resources/abbreviation.htm On Aug 21, 2014, at 2:08 PM, John Green mailto:john.travis.gr...@gmail.com>> wrote: Are there any acronym annotators and disambiguators? What are people doing in production elsewhere? Im learning the heart of cTake

Re: sentence detector model

2014-09-29 Thread Koola, Jejo David
How about this idea the training/test set: 1) Start with a document with NO newlines. Perhaps just the entire document is a single paragraph. 2) Then, any sentence detector should be able to parse it correctly. 3) Then, deterministically add newlines to the document: some after punctuation;

Adding synonyms using the YTEX pipeline

2016-06-14 Thread Koola, Jejo David
Hello I read the ytex wiki about adding your own dictionary but I was wondering if I'm only interested in adding a few terms whether I can simply add them to dbo.umls_aui_fword and dbo.v_snomed_fword_lookup directly? Thank