自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 用bash写docker

用bash模仿写一个docker

2022-09-01 12:35:20 240 1

原创 用shell手撸容器实现批量用openssl签证书

````#!/bin/bash################################################################### design:### out# +-------------------------------------------------------------------------------------------------...

2021-07-16 11:34:21 383

原创 kubernetes创建受限帐号

因为腾讯云托管了apiserver的k8s签证书比较麻烦。我试了试ServiceAccount也可以用于外部认证,所以也可以创建一个sa给受限账户用。````bashkubectl create sa wangjl# kubectl get sa wangjl找到tokentoken=`kubectl get secret wangjl-token-swv69 -o yaml | grep token:|sed 's/.* //' | base64 -d`kubectl config

2021-05-21 17:52:14 116

原创 通过docker使用wayland和x11的gui程序

python2.7前几天报废害我的gentoo升级又失败了,所以这次重装琢磨想个办法绕开这些坑。之前试过flatpak,效果没我预期的理想,所以还是自己用容器封吧。以后说不定可以拿来当一种发布程序的方法。网上只找到一些x11的帖子,在新的操作系统上已经不能用了,所以我琢磨了一下:制作系统的方式是这样的,因人而异哈,我用的ubuntu20.04:docker run -it ubuntu:20....

2020-04-22 15:45:24 2177

Programming Amazon EC2

pdf http://www.amazon.com/Programming-Amazon-EC2-Jurg-Vliet/dp/1449393683/ref=sr_1_1?ie=UTF8&qid=1305786362&sr=8-1

2011-05-19

natural language processing with python

用python处理自然语言 Product Description This book offers a highly accessible introduction to Natural Language Processing, the field that underpins a variety of language technologies, ranging from predictive text and email filtering to automatic summarization and translation. With Natural Language Processing with Python, you'll learn how to write Python programs to work with large collections of unstructured text. You'll access richly-annotated datasets using a comprehensive range of linguistic data structures. And you'll understand the main algorithms for analyzing the content and structure of written communication. Packed with examples and exercises, Natural Language Processing with Python will help you: Extract information from unstructured text, to guess the topic or identify "named entities" Analyze linguistic structure in text, including parsing and semantic analysis Access popular linguistic databases, including WordNet and treebanks Integrate techniques drawn from fields as diverse as linguistics and artificial intelligence Perfect for individual study, or as a classroom and workshop textbook, this book will help you gain practical skills in Natural Language Processing using the Python programming language and the Natural Language Toolkit (NLTK) open source library. If you're interested in developing Web applications, analyzing multilingual news sources, documenting endangered languages, or if you are simply curious to have a programmer's perspective on how human language works, you will find Natural Language Processing with Python both fascinating and immensely useful.

2010-01-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除