I have a problem with TextAnalysis PoSTagger.
When I try to load PoSTagger:
pos = PoSTagger()
the following error occurs:
ERROR: LoadError: MethodError: no method matching Flux.Conv(::typeof(identity), ::Array{Float32, 4}, ::Vector{Float32}, ::Tuple{Int64, Int64}, ::Tuple{Int64, Int64}, ::Tuple{Int64, Int64}) Closest candidates are: Flux.Conv(::F, ::A, ::V, ::Tuple{Vararg{Int64, N}}, ::Tuple{Vararg{Int64, M}}, ::Tuple{Vararg{Int64, N}}, ::Int64) where {N, M, F, A, V} at .\.julia\packages\Flux\ZnXxS\src\layers\conv.jl:96 Flux.Conv(::AbstractArray{T, N}, ::Any, ::Any; stride, pad, dilation, groups) where {T, N} at .\.julia\packages\Flux\ZnXxS\src\layers\conv.jl:128 Flux.Conv(::Tuple{Vararg{Integer, N}}, ::Pair{var"#s150", var"#s149"} where {var"#s150"<:Integer, var"#s149"<:Integer}, ::Any; init, stride, pad, dilation, groups, weight, bias) where N at .\.julia\packages\Flux\ZnXxS\src\layers\conv.jl:137
Does that error mean that TextAnalysis is working incorrectly?