Skip to content

Commit

Permalink
updated docs/make.jl (#198)
Browse files Browse the repository at this point in the history
* adding ULMFiT.md

* updated news.md

* updating news.md

* updated typo
  • Loading branch information
tejasvaidhyadev authored Mar 14, 2020
1 parent e83a6e3 commit 1733f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

- Average Perceptron Part-of-Speech Tagger Added
- Average Perceptron Part-of-Speech Tagger Added.
- Named Entity Recognition and Part of Speech Tagging APIs added.
- Linear Chain Conditional Random Fields for support over Flux.
- BM25, Co-occurence Matrix added and Latent Semantic Analysis fixed.
- Naive Bayes Classifier added.
- Offline Documentation added to the codebase
- Offline Documentation added to the codebase.
- ULMFit Added.

# 0.6.0

Expand Down
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ makedocs(
"Evaluation Metrics" => "evaluation_metrics.md",
"Conditional Random Fields" => "crf.md",
"Named Entity Recognition" => "ner.md",
"ULMFiT" => "ULMFiT.md",
"API References" => "APIReference.md"
],
)
Expand Down

0 comments on commit 1733f34

Please sign in to comment.