clinspell icon indicating copy to clipboard operation
clinspell copied to clipboard

Clinical spelling correction with word and character n-gram embeddings.

Results 5 clinspell issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.12.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Can you please provide the trained fasttext model file and the frequencies JSON file?: ` -pathtofrequencies path to json file containing corpus frequencies for noisy channel ranking model -pathtomodel path...

Looking at the MIMIC website https://mimic.mit.edu/, it's not entirely clear how to get the CSV data that is used for training the fasttext model. Can you provide the file NOTEEVENTS.csv...

Dear team, I am trying to execute the demo code. However, I don't know where to find below input: -pathtofrequencies: path to json file containing corpus frequencies for noisy channel...

Hi Pieter, It might make sense to move the code from the fastText module to gensim for loading the word vectors because it would make it possible to just load...