基于TF-IDF和SVM的恶意URL识别,莫玉力,亓峰,随着互联网尤其是移动互联网的快速发展,全球范围内出现了越来越多带欺诈和破坏性质的站点。本文通过分析URL的文本特征和站点特征,�
2021-03-23 15:09:52 454KB 网络安全
1
IK分词全名为IK Analyzer,是由java编写的中文分词工具包,目前在lucene以及solr中用的比较多,本系列的文章主要对ik的核心源码进行解析讲解配套的资源,http://blog.csdn.net/a925907195
2021-03-19 08:43:40 67.28MB IK TF IDF lucene
1
带词性和tf-idf词频统计小巧中文分词词库.rar
2021-03-16 17:00:20 772KB 带词性
1
在我的工作中自己总结完善的停用词词典,包含一些无意义的词语,短语等。通过剔除文章中的停用词,你可以大大减少LDA,TF-IDF等算法中词典的大小
2021-03-16 16:49:42 31KB LDA stopwords TF_IDF
1
免费
2021-03-09 09:00:41 334.73MB namespace
1
欧洲音乐发布数据库,这是国外意大利资源小组iDF 内部下载程序,在里面可以下载多达20000张世界舞曲专辑。
2021-03-08 17:17:21 7.61MB dede
1
自己根据乐鑫官方文档,机器加人工翻译的文档,不周之处还望理解。相关ESP32的教程请移步博文,本人渣渣,错误之处,大佬抬一手?
2021-02-27 10:30:19 889KB ESP32 GPIO RTC-GPIO
1
esp32-freertos-sdk 工具包 See the Getting Started guide links above for a detailed setup guide. This is a quick reference for common commands when working with ESP-IDF projects: Setup Build Environment (See Getting Started guide for a full list of required steps with details.) Install host build dependencies mentioned in Getting Started guide. Add tools/ directory to the PATH Run python -m pip install -r requirements.txt to install Python dependencies Configuring the Project idf.py menuconfig Opens a text-based configuration menu for the project. Use up & down arrow keys to navigate the menu. Use Enter key to go into a submenu, Escape key to go out or to exit. Type ? to see a help screen. Enter key exits the help screen. Use Space key, or Y and N keys to enable (Yes) and disable (No) configuration items with checkboxes "[*]" Pressing ? while highlighting a configuration item displays help about that item. Type / to search the configuration items. Once done configuring, press Escape multiple times to exit and say "Yes" to save the new configuration when prompted. Compiling the Project idf.py build ... will compile app, bootloader and generate a partition table based on the config. Flashing the Project When the build finishes, it will print a command line to use esptool.py to flash the chip. However you can also do this automatically by running: idf.py -p PORT flash Replace PORT with the name of your serial port (like COM3 on Windows, /dev/ttyUSB0 on Linux, or /dev/cu.usbserial-X on MacOS. If the -p option is left out, idf.py flash will try to flash the first available serial port. This will flash the entire project (app, bootloader and partition table) to a new chip. The settings for serial port flashing can be configured with idf.py menuconfig. You don't need to run idf.py build before running idf.py flash, idf.py flash will automatically rebuild anything which needs it. Viewing Serial Output The idf.py monitor target uses the idf_monitor tool to display se
2020-03-11 03:15:02 60.12MB esp32 esp-idf
1
采用tf-idf算法计算携程评论中的关键词,并输出前500个关键词,该算法不同于市面上的其他算法,保证了o(n)的时间复杂度,执行速度更快,同时具有更好的移植性和健壮性
2020-03-09 03:15:02 8.25MB NLP KEY words
1
计算TF-IDF的程序,使用java编写,能计算出输入文档的TF-idf
2020-03-08 03:11:05 16KB TF IDF
1