Skip to content

Commit

Permalink
Update Get started docs
Browse files Browse the repository at this point in the history
- Add python-crfsuite
- Add torch

closed #27
  • Loading branch information
wannaphong committed Oct 12, 2024
1 parent e494f16 commit 70eec59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/notebooks/pythainlp_get_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
"# # see list of modules in `requirements` and `extras`\n",
"# # in https://github.com/PyThaiNLP/pythainlp/blob/dev/setup.py\n",
"\n",
"#!pip install pythainlp\n",
"#!pip install epitran"
"#!pip install -q python-crfsuite\n",
"#!pip install -q torch\n",
"#!pip install -q pythainlp\n",
"#!pip install -q epitran"
]
},
{
Expand Down

0 comments on commit 70eec59

Please sign in to comment.