We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare!
An UndefVarError is thrown when prepare! is called on a corpus with strip_whitespace option.
strip_whitespace
julia> prepare!(crps, strip_html_tags | strip_whitespace | strip_non_letters) ERROR: UndefVarError: d not defined Stacktrace: [1] #prepare!#12(::Set{AbstractString}, ::Set{AbstractString}, ::Function, ::Corpus{Union{FileDocument, NGramDocument, StringDocument, TokenDocument}}, ::UInt32) at /home/tan/.julia/dev/TextAnalysis/src/preprocessing.jl:469 [2] prepare!(::Corpus{Union{FileDocument, NGramDocument, StringDocument, TokenDocument}}, ::UInt32) at /home/tan/.julia/dev/TextAnalysis/src/preprocessing.jl:458 [3] top-level scope at none:0
Looks like a typo (copy-paste related?) here:
TextAnalysis.jl/src/preprocessing.jl
Line 417 in 06e85ef
The text was updated successfully, but these errors were encountered:
cc: @asbisen
Sorry, something went wrong.
Fix JuliaText#171
a802aea
Successfully merging a pull request may close this issue.
An UndefVarError is thrown when
prepare!
is called on a corpus withstrip_whitespace
option.Looks like a typo (copy-paste related?) here:
TextAnalysis.jl/src/preprocessing.jl
Line 417 in 06e85ef
The text was updated successfully, but these errors were encountered: