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

Block or report startgis

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. Point-in-Polygon Point-in-Polygon Public

    Forked from blueriver212/Point-in-Polygon

    A program designed to determine whether either 1 point, or a .csv of points are within a given polygon. Using Ray-Casting Algorithm.

    Python 1

  2. weibo-analysis-and-visualization weibo-analysis-and-visualization Public

    Forked from HUANGZHIHAO1994/weibo-analysis-and-visualization

    使用python抓取微博数据并对微博文本分析和可视化,LDA(树图)、关系图、词云、时间趋势(折线图)、热度地图、词典情感分析(饼图和3D柱状图)、词向量神经网络情感分析、tfidf聚类、词向量聚类、关键词提取、文本相似度分析等

    Python

  3. VisualWordEmbedding VisualWordEmbedding Public

    Forked from liyumeng/VisualWordEmbedding

    WPF编写的词向量可视化工具,比较word2vec, glove, fastText的不同

    C#

  4. bert-embedding bert-embedding Public

    Forked from weiarqq/bert-embedding

    bert 词向量 句向量生成

    Python

  5. nlp-notebook nlp-notebook Public

    Forked from jasoncao11/nlp-notebook

    NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断等。

    Python

  6. named_entity_recognition named_entity_recognition Public

    Forked from luopeixiang/named_entity_recognition

    中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)

    Python