ledikari
ledikari
Looks like the functionality load_words is not prioritized in the spellchecking. ``` from spellchecker import SpellChecker known_words = ['covid', 'Covid19'] spell = SpellChecker(language='en') spell.word_frequency.load_words(known_words) word = 'coved' misspelled = spell.unknown(word)...
'AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead
use a database name with \ it ``` #server name is someserver123\data #database name = Comissions #no user name and password because Trusted_Connection = yes import pandas as pd import...