Bruce Bookman
Bruce Bookman
If I read your code correctly, you are assuming that the contraction for a month will always have a "." at the end. That may not be the case. For...
Sure, I can read the code. However, it would be a nice addition for you to explain the usage of leftovers and slang options in the readme.md Thanks
Can you update your documentation with a tiny bit more verbosity? I'd like a few examples in code. Complete code. I don't see exactly how to compare a set of...
The word ain't produces "as not" because expand_contractions has the following code: `expanded_contraction = first_char + expanded_contraction[1:]` Ain't does not fit this general rule
I'm dim. I'm not 100% sure how to use this library to do something like (I'm shortcutting the syntax) let christmas = Date(year: today().year, month:12, day:25) let daysUntilChristmas = christmas...
if it is already there, i don't know how to implement. All my stickers are the same size no matter the dimensions of the source image.
Can you give me a workaround for this? I tried copying icomoon.ttf into various places in the Pod/*.* but that did not help func registerFont(){ let bundle = Bundle(for: PhotoEditorViewController.self)...
The following build commands failed: CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler. [The carthage log is here](https://www.dropbox.com/s/6kkcduxp4ra2z60/carthage-xcodebuild.Gfcd9Q.log?dl=0)
`UserWarning: Trying to unpickle estimator LabelPropagation from version 0.18 when using version 0.22. This might lead to breaking code or invalid results. Use at your own risk`
` FutureWarning: The sklearn.semi_supervised.label_propagation module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.semi_supervised. Anything that...