JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
373 stars 95 forks source link

PerceptronTagger is not defined #262

Closed LarsWl closed 2 years ago

LarsWl commented 2 years ago

I try do some pos tagging, but module PerceptronTagger is not defined. There is error:

julia> tagger = TextAnalysis.PerceptronTagger(true)
ERROR: UndefVarError: PerceptronTagger not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base ./Base.jl:35
 [2] top-level scope
   @ REPL[21]:1

I tried to find definition in code, there is only export in main module and usage in tag_pos! (also raise same error)

LarsWl commented 2 years ago

There is PerceptronTagger in TextModels.jl