使用唐诗语料库,经过去噪预处理、分词、生成搭配、生成主题等过程,生成唐诗。
Continue readingPython用自然语言处理工具nltk(Natural Language Toolkit, http://www.nltk.org/ )完成计算语言学中的Chart Parsing。
Continue readingPython用Image来合并图像,写了两个类似的函数,分别是纵向合并和横向合并。
Continue reading使用python读取图片的EXIF
Continue reading整理Python官网给的sample:https://docs.python.org/3/library/http.client.html
Continue reading整理Python官网给的sample:https://docs.python.org/3/library/socket.html
官网展示了支持IPv4的TCP代码,这里也展示UDP的代码,两者基本类似。
Continue reading