JuliaText / TextAnalysis.jl

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

fix Project.toml, add Tables compat entry #246

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

Tables.jl compat entry was missing because of which caused registration checks to fail here.

This adds compat entry for Tables.jl and removes that of DataFrames. Ref: https://github.com/JuliaText/TextAnalysis.jl/pull/240