Pinned Repositories
awesome-crawler
A collection of awesome web crawler,spider in different languages
awesome-scrapy
A curated list of awesome packages, articles, and other cool resources from the Scrapy community.
bert-kbqa-NLPCC2017
A trial of kbqa based on bert for NLPCC2016/2017 Task 5 (基于BERT的中文知识库问答实践,代码可跑通)
Chinese-Annotator
Annotator for Chinese Text Corpus (UNDER DEVELOPMENT) 中文文本标注工具
DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Jpush
JpushService
用cxf实现极光推送的WebService
SpringBootIntegrationMiddleware
Examples of SpringBoot integration with various middleware
VersionUpdate
安卓的版本更新
VideoManager
ffmpeg+hls+nginx+h5(video)实现视频直播管理
alexanderwjz's Repositories
alexanderwjz/VideoManager
ffmpeg+hls+nginx+h5(video)实现视频直播管理
alexanderwjz/JpushService
用cxf实现极光推送的WebService
alexanderwjz/Jpush
alexanderwjz/VersionUpdate
安卓的版本更新
alexanderwjz/DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
alexanderwjz/SpringBootIntegrationMiddleware
Examples of SpringBoot integration with various middleware
alexanderwjz/awesome-crawler
A collection of awesome web crawler,spider in different languages
alexanderwjz/awesome-scrapy
A curated list of awesome packages, articles, and other cool resources from the Scrapy community.
alexanderwjz/bert-kbqa-NLPCC2017
A trial of kbqa based on bert for NLPCC2016/2017 Task 5 (基于BERT的中文知识库问答实践,代码可跑通)
alexanderwjz/Chinese-Annotator
Annotator for Chinese Text Corpus (UNDER DEVELOPMENT) 中文文本标注工具
alexanderwjz/dianpingshop
大众点评商户数据爬虫
alexanderwjz/GeoConverter
Geo Converter between WGS/GCJ/BD
alexanderwjz/HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
alexanderwjz/HousePricing
HousePricing旨在提供房价的可视化预测,帮助用户更好的评估房产和预测未来的价格(dev)
alexanderwjz/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
alexanderwjz/nifi-templates
A collection of templates for use with Apache NiFi.
alexanderwjz/nlp
兜哥出品 <一本开源的NLP入门书籍>
alexanderwjz/nyc-taxi-data
Import public NYC taxi and for-hire vehicle (Uber, Lyft, etc.) trip data into PostgreSQL database
alexanderwjz/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
alexanderwjz/rocketmq
Mirror of Apache RocketMQ
alexanderwjz/scrapy-redis
Redis-based components for Scrapy.
alexanderwjz/sentiment_analysis_fine_grain
Multi-label Classification with BERT; Fine Grained Sentiment Analysis from AI challenger
alexanderwjz/spring-boot-neo4j
spring-boot集成neo4j图形数据库,并实现简单的节点创建和查询
alexanderwjz/Spring-Boot-Neo4j-Movies
Spring-Boot集成Neo4j并利用Spark的朴素贝叶斯分类器实现基于电影知识图谱的智能问答系统
alexanderwjz/Spring-Boot-Neo4jAPI
Spring-Boot集成neo4j,采用JavaAPI驱动包+Bolt连接方式实现节点和关系的创建
alexanderwjz/spring-cloud-function
alexanderwjz/SpringBootExamples
Spring Boot 学习教程
alexanderwjz/SpringCloud
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
alexanderwjz/TCP-UDP-Simulator
socket programming; implemented a client and a server running on Unix; the server creates a TCP/UDP socket, receives requests from the client, generates proper results and responds to the client.