diff --git a/examples/better-nlp/library/org/neomatrix369/nlp_profiler.py b/examples/better-nlp/library/org/neomatrix369/nlp_profiler.py index 9125ee00..6db873d1 100644 --- a/examples/better-nlp/library/org/neomatrix369/nlp_profiler.py +++ b/examples/better-nlp/library/org/neomatrix369/nlp_profiler.py @@ -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 diff --git a/examples/better-nlp/notebooks/jupyter/nlp_profiler.ipynb b/examples/better-nlp/notebooks/jupyter/nlp_profiler.ipynb index 2ce107ea..b979f0fd 100644 --- a/examples/better-nlp/notebooks/jupyter/nlp_profiler.ipynb +++ b/examples/better-nlp/notebooks/jupyter/nlp_profiler.ipynb @@ -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/)" @@ -1046,4 +1048,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file