August 16, 2019
[NLP][Python] How to use NLTK package to process NLP tasks
Last Updated on 2021-04-07 by Clay
The full text of the NLTK is Nature Language Tool Kit, a package of natural language processing in Python.
Although Chinese can also be processed, but the support for Chinese is not as good as English, so today's examples are all handled by English corpus.
Read More »[NLP][Python] How to use NLTK package to process NLP tasks[Python] Using OpenCV package to call laptop camera
Last Updated on 2021-04-07 by Clay
The blog chapter is seem very like my other chapter —— Screening with Python —— Provided a sample code, but in one hand it's a screening tutorial, in other hand is camera.
Read More »[Python] Using OpenCV package to call laptop camera[Python] How to use OpenCV to Record screen
Last Updated on 2021-04-01 by Clay
Today I want to share with you how to screen by Python. The goal is to save the video file after the screening finished.
Read More »[Python] How to use OpenCV to Record screen[Scikit-Learn] Tutorial (0) What is "Scikit-Learn"
Last Updated on 2021-03-29 by Clay
Scikit-Learn is a open source machine learning framework in Python. It has six domains:
Read More »[Scikit-Learn] Tutorial (0) What is "Scikit-Learn"[Solved][StanfordCoreNLP] Resolving requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
Last Updated on 2021-03-29 by Clay
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Read More »[Solved][StanfordCoreNLP] Resolving requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))[Python] Tutorial (3) for-loop, if-else
Last Updated on 2021-03-29 by Clay
Recording these basic Python language is only for beginners who are fully linguistic. It should be said that the essays I write are completely new to the beginners.
People with experience may not be suitable for such simple teaching. (I'm sorry!)
Read More »[Python] Tutorial (3) for-loop, if-else