Skip to content

Commit

Permalink
Merge pull request #9 from ashwoolford/v0.7.7
Browse files Browse the repository at this point in the history
update: README.md
  • Loading branch information
ashwoolford authored Oct 30, 2024
2 parents a39fa67 + 4edd960 commit 20d5de4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ print(bn_stemmer.stem('হেসেছিলেন'))
# হাসা
```

### Parts of Tagger
### Parts of speech tagger

To use the Parts of Speech Tagger, please download the pretrained model's weights. Our trained model achieves an accuracy of 96%
```
Expand Down
20 changes: 17 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@
<html lang="en">

<head>
<title>BNLTK(Bangla Natural Language Processing Toolkit): a python package for NLP in Bangla</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content="BNLTK(Bangla natural language processing toolkit): a python package for Natural language processing in Bangla">
<meta name="author" content="Asraf Patoary">
<meta name="keywords" content="Bangla natural language processing, Natural language processing, BNLTK, NLTK, NLP, BNLP, Parts of speech tagger, POS tagger, Stemmer, Tokenizer">
<meta name="robots" content="index, follow">
<title>BNLTK(Bangla Natural Language Processing Toolkit): a python package for NLP in Bangla</title>

<meta property="og:title" content="BNLTK">
<meta property="og:description" content="BNLTK(Bangla natural language processing toolkit)">
<meta property="og:image" content="">
<meta property="og:url" content="https://ashwoolford.github.io/bnltk/">

<meta property="twitter:title" content="BNLTK">
<meta property="twitter:description" content="BNLTK(Bangla natural language processing toolkit)">
<meta property="twitter:image" content="">
<meta property="twitter:url" content="https://ashwoolford.github.io/bnltk/">


<link rel="shortcut icon" href="assets/images/logo.png">
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
Expand Down

0 comments on commit 20d5de4

Please sign in to comment.