Skip to content

Commit

Permalink
corrected text
Browse files Browse the repository at this point in the history
  • Loading branch information
rkclimate20 committed Oct 22, 2024
1 parent dcbd91d commit 8039032
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions en/posts/ami_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ tags:

### **Installation**

**Use the code `pip install amilib` to install `amilib`**
- #### Use the code `pip install amilib` to install `amilib`

Check the successful installation with command : `amilib --help`. You should see a help message come up.
- Check the successful installation with command : `amilib --help`. You should see a help message come up.

### **Tutorials (Jupyter Notebook/Colab Notebook)**

Expand Down
15 changes: 7 additions & 8 deletions en/posts/doc_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,19 @@ It uses custom code along with Python tools like NLTK, and it can use spaCy or s

### **Installation**

**Use the code `pip install docanalysis` to install `docanalysis`**
- #### Use the code `pip install docanalysis` to install `docanalysis`

Check the successful installation with command : `docanalysis --help`. You should see a help message come up.
- Check the successful installation with command : `docanalysis --help`. You should see a help message come up.

#### **Code Repository** - [github](https://github.com/petermr/docanalysis)

#### **README file of ```docanalysis ```** : [docanalysis/README.md](https://github.com/petermr/docanalysis/blob/main/README.md)
#### Code Repository - [github](https://github.com/petermr/docanalysis)

### **Tutorials (Jupyter Notebook/ Colab Notebook)**

- [google colab notebook](https://colab.research.google.com/drive/1sT2Die3pV3dLcyHgwZBg3IxS2FJ_8W0-?usp=sharing)
- #### [google colab notebook](https://colab.research.google.com/drive/1sT2Die3pV3dLcyHgwZBg3IxS2FJ_8W0-?usp=sharing)

- [Search for specific terms using dictionaries](https://colab.research.google.com/drive/1dbjq89FeIFMgUIzOPJBKg00tqzDe3uvB#scrollTo=jxgMYANusakv)
- #### [Search for specific terms using dictionaries](https://colab.research.google.com/drive/1dbjq89FeIFMgUIzOPJBKg00tqzDe3uvB#scrollTo=jxgMYANusakv)

### **Tutorials

- [docanalysis documentation](https://github.com/petermr/docanalysis/wiki/docanalysis-Tutorial)
- #### [docanalysis documentation](https://github.com/petermr/docanalysis/wiki/docanalysis-Tutorial)
- #### README file of ```docanalysis ```: [docanalysis/README.md](https://github.com/petermr/docanalysis/blob/main/README.md)
4 changes: 2 additions & 2 deletions en/posts/lit_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ tags:

### **Installation**

**Use the code `pip install pygetpapers` to install `pygetpapers`**
- #### Use the code `pip install pygetpapers` to install `pygetpapers`

Check the successful installation with command : `pygetpapers --help`. You should see a help message come up.
- Check the successful installation with command : `pygetpapers --help`. You should see a help message come up.

### **Tutorials (Jupyter Notebook/ Colab Notebook)**

Expand Down

0 comments on commit 8039032

Please sign in to comment.