Skip to content
View middleLei's full-sized avatar
Block or Report

Block or report middleLei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. JudgePointInPolygon JudgePointInPolygon Public

    判断点在多边形内,时间复杂度O(n)。用于可靠的判断一个点是否在多边形内,适用于凸多边形、凹多边形、不规则多边形等,充分考虑了点在多边形内、多边形外、多边形的某一条边上以及这个点本身就是多边形的一个顶点。

    Java 11 8

  2. VecutePoint VecutePoint Public

    空间点位抽稀算法,复杂度为o(n),适用于一维或多维空间向量数据的抽稀,本示例以gis地图数据为示例进行编码。抽稀算法的核心是通过空间矩阵化,然后随机选取落在小矩阵中的一个值作为结果。举个列子,比如将一维数据{8,2,7,4,9,6,7,8,11,2,5,4,5}抽稀,抽稀按照单维度5作为抽稀粒度,抽稀数据最小值为1,最大值为11,划分小矩阵的step值为2,则抽稀小矩阵空间为:[1-3],…

    Java 8 4

  3. SeetaFaceEngine2 SeetaFaceEngine2 Public

    Forked from seetaface/SeetaFaceEngine2

    C++

  4. MyNLP MyNLP Public

    Forked from hankcs/HanLP

    中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理

    Python

  5. NLP-Dictionary NLP-Dictionary Public

    Forked from nishiwen1214/NLP-Dictionary

    情感词典、停用词典、同义词典、程度词典、否定词典、敏感词典

  6. chinese-corpus chinese-corpus Public

    Forked from ml-distribution/chinese-corpus

    中文相关词典和语料库。