01 2018 档案
摘要:关于作者 王宇(1959 ),男,吉林通化人,教授,主要从事数据与文本挖掘、信息资源管理研究 摘要 作者基于 关键词 自然语言处理;词频分析;主题词提取;领域特征词;共词分析 1. 引言 自然语言处理是一个比较抽象的概念,具体可以落实到词法与句法分析、语义理解、语言认知、语言表示和知识图谱等基础研究
阅读全文
摘要:349. Intersection of Two Arrays Given two arrays, write a function to compute their intersection. Example:Given nums1 = [1, 2, 2, 1], nums2 = [2, 2],
阅读全文
摘要:All rights reserved by DianeSoHungry (Qingyun Hu). Original URL: "https://www.cnblogs.com/DianeSoHungry/p/8276032.html" Content Problem 1: Print a lin
阅读全文
摘要:344. Reverse String Write a function that takes a string as input and returns the string reversed. Example:Given s = "hello", return "olleh". class So
阅读全文
摘要:198. House Robber You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only cons
阅读全文
摘要:21. Merge Two Sorted Lists Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of th
阅读全文
摘要:"题目原址" 列表补全 在商城的某个位置有一个商品列表,该列表是由L1、L2两个子列表拼接而成。当用户浏览并翻页时,需要从列表L1、L2中获取商品进行展示。展示规则如下: 1. 用户可以进行多次翻页,用offset表示用户在之前页面已经浏览的商品数量,比如offset为4,表示用户已经看了4个商品
阅读全文
摘要:系统混淆了python3环境下的pip和anaconda3环境下的pip。 找到Anaconda3的Scripts目录,我这里是C:\Users\Diane\Anaconda3\Scripts 将该目录下的pip.exe改成cpip.exe pip script.py改成cpip script.py
阅读全文
摘要:原创博文,转载请注明出处。 (为了节约空间,打印结果常用“...”表示省略) 一、加载数据集 1. 加载sklearn自带的数据集 scikit learn有一些自带的标准数据集,例如用于分类的经典数据集iris和digits以及用于回归的boston house prices数据集。 这些自带的数
阅读全文