JuliaText / TextAnalysis.jl

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

Language Model Interface #210

Closed tejasvaidhyadev closed 3 years ago

tejasvaidhyadev commented 4 years ago

language model inspired by NLTK.lm package

Roadmap

it will also include

tejasvaidhyadev commented 4 years ago

Now we have working MLE or Ngrambase model

Ayushk4 commented 4 years ago

Once you are finished with the PR, try to incorporate above suggestions. Let me know once you are done.

tejasvaidhyadev commented 4 years ago

Thanks, @Ayushk4 I will incorporate the changes asap.

Ayushk4 commented 4 years ago

Hi, Tejas. Thanks for incorporating the changes. Please let me know once this PR is ready for review.

tejasvaidhyadev commented 4 years ago

Hi @Ayushk4 you can review PR now Thank you

Ayushk4 commented 4 years ago

Travis seems to fail on 1.3: ERROR: Ambiguous dependency on StatsBase. Can you look at this once?

tejasvaidhyadev commented 4 years ago

Travis seems to fail on 1.3: ERROR: Ambiguous dependency on StatsBase. Can you look at this once?

updated

Ayushk4 commented 4 years ago

@aviks Can you have a look and suggestion changes? Maybe then we can have this merged?

tejasvaidhyadev commented 4 years ago

@aviks can we merged it?

aviks commented 4 years ago

Taking a look now