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
For some reason there is often a space between the hyphen and the second word. Sometimes a space on both sides (?)
Sometimes the first word is picked up by compromise (the NLP library), sometimes just the second. Sometimes both, but separately from each other.
With a two digit word like fifty-two, users could click on both because clicking 50 & clicking will give a combined total of 52 👍 But this doesn't work well for 3 digit numbers.
The text was updated successfully, but these errors were encountered:
But we still have them showing up as separate words
Narrowing it down, parsedAbstract gives ninety-five as one word:
' Event- related spectral perturbations (ERSPs; event- related mean power spectral
changes) and inter- trial coherence (ITCs; event- related consistency of spectral phase)
reveal a more comprehensive overview of EEG activity. Ninety-five subjects (56 MS
patients, 39 controls) completed visual and auditory two- stimulus P3b event- related
potential tasks and the PASAT. '
But nlp(parsedAbstract).out("html") treats ninety and five as 2 separate words and puts them in separate spans with different classes, hence the separate styling:
For some reason there is often a space between the hyphen and the second word. Sometimes a space on both sides (?)
Sometimes the first word is picked up by compromise (the NLP library), sometimes just the second. Sometimes both, but separately from each other.
With a two digit word like fifty-two, users could click on both because clicking 50 & clicking will give a combined total of 52 👍 But this doesn't work well for 3 digit numbers.
The text was updated successfully, but these errors were encountered: