Skip to content

Commit

Permalink
NLP Profiler: updated links to other NLP profiler related links from …
Browse files Browse the repository at this point in the history
…each of thm
  • Loading branch information
neomatrix369 committed Jul 18, 2020
1 parent ee10fae commit d31a81a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/better-nlp/library/org/neomatrix369/nlp_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

### Kaggle Utility script: https://www.kaggle.com/neomatrix369/nlp-profiler-class
### Kaggle kernel: https://www.kaggle.com/neomatrix369/nlp-profiler-simple-dataset
### Jupyter Notebook: https://github.com/neomatrix369/awesome-ai-ml-dl/blob/master/examples/better-nlp/notebooks/jupyter/nlp_profiler.ipynb

from itertools import groupby

import re
Expand Down
4 changes: 3 additions & 1 deletion examples/better-nlp/notebooks/jupyter/nlp_profiler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,8 @@
"- [Approaching (Almost) Any NLP Problem on Kaggle](https://www.kaggle.com/abhishek/approaching-almost-any-nlp-problem-on-kaggle)\n",
"- [Words of estimative probability](https://en.wikipedia.org/wiki/Words_of_estimative_probability)\n",
"- [NLP Profiler source file](https://github.com/neomatrix369/awesome-ai-ml-dl/blob/master/examples/better-nlp/library/org/neomatrix369/nlp_profiler.py)\n",
"- [Kaggle Utility script](https://www.kaggle.com/neomatrix369/nlp-profiler-class)\n",
"- [Kaggle kernel](https://www.kaggle.com/neomatrix369/nlp-profiler-simple-dataset)\n",
"- [Awesome AI-ML-DL: Better NLP library](https://bit.ly/better-nlp-launch)\n",
"- [Awesome AI-ML-DL: NLP Resources](https://github.com/neomatrix369/awesome-ai-ml-dl/tree/master/natural-language-processing)\n",
"- [Awesome AI-ML-DL Github](https://github.com/neomatrix369/awesome-ai-ml-dl/blob/)"
Expand Down Expand Up @@ -1046,4 +1048,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit d31a81a

Please sign in to comment.