All Projects → lpty → Nlp_base

lpty / Nlp_base

自然语言基础模型

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nlp base

adversarial-relation-classification
Unsupervised domain adaptation method for relation extraction
Stars: ✭ 18 (-96.56%)
Mutual labels:  nlp-machine-learning
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-47.9%)
Mutual labels:  nlp-machine-learning
Nlp Conference Compendium
Compendium of the resources available from top NLP conferences.
Stars: ✭ 349 (-33.4%)
Mutual labels:  nlp-machine-learning
NLPnote
Gitbook Address: https://app.gitbook.com/@nlpgroup/s/nlpnote/
Stars: ✭ 101 (-80.73%)
Mutual labels:  nlp-machine-learning
ConveRT-pytorch
ConveRT Paper Pytorch Implementation
Stars: ✭ 49 (-90.65%)
Mutual labels:  nlp-machine-learning
Ner
Named Entity Recognition
Stars: ✭ 288 (-45.04%)
Mutual labels:  nlp-machine-learning
sensim
Sentence Similarity Estimator (SenSim)
Stars: ✭ 15 (-97.14%)
Mutual labels:  nlp-machine-learning
Awesome Sentiment Analysis
Repository with all what is necessary for sentiment analysis and related areas
Stars: ✭ 459 (-12.4%)
Mutual labels:  nlp-machine-learning
Customer satisfaction analysis
基于在线民宿 UGC 数据的意见挖掘项目,包含数据挖掘和NLP 相关的处理,负责数据采集、主题抽取、情感分析等任务。目的是克服用户打分和评论不一致,实时对在线民宿的满意度评测,包含在线评论采集和情感可视化分析。搭建了百度地图POI查询入口,可以进行自动化的批量查询 POI 信息的功能;构建了基于在线民宿语料的 LDA 自动主题聚类模型,利用主题中心词能找出对应的主题属性字典;以用户打分作为标注,然后 litNlp 自带的字符级 TextCNN 进行情感分析,将情感分类概率分布作为情感趋势,最后通过 POI 热力图的方式对不同地域的民宿满意度进行展示。软件版本请见链接。
Stars: ✭ 262 (-50%)
Mutual labels:  nlp-machine-learning
Lingua
👄 The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike
Stars: ✭ 341 (-34.92%)
Mutual labels:  nlp-machine-learning
nlp-qrmine
🔦 Qualitative Research support tools in Python
Stars: ✭ 28 (-94.66%)
Mutual labels:  nlp-machine-learning
fairseq-tagging
a Fairseq fork for sequence tagging/labeling tasks
Stars: ✭ 26 (-95.04%)
Mutual labels:  nlp-machine-learning
Dab
Data Augmentation by Backtranslation (DAB) ヽ( •_-)ᕗ
Stars: ✭ 294 (-43.89%)
Mutual labels:  nlp-machine-learning
sent2vec
How to encode sentences in a high-dimensional vector space, a.k.a., sentence embedding.
Stars: ✭ 99 (-81.11%)
Mutual labels:  nlp-machine-learning
Text mining resources
Resources for learning about Text Mining and Natural Language Processing
Stars: ✭ 358 (-31.68%)
Mutual labels:  nlp-machine-learning
Natural-Language-Processing
Contains various architectures and novel paper implementations for Natural Language Processing tasks like Sequence Modelling and Neural Machine Translation.
Stars: ✭ 48 (-90.84%)
Mutual labels:  nlp-machine-learning
Dstc8 Schema Guided Dialogue
The Schema-Guided Dialogue Dataset
Stars: ✭ 277 (-47.14%)
Mutual labels:  nlp-machine-learning
Babyai
BabyAI platform. A testbed for training agents to understand and execute language commands.
Stars: ✭ 490 (-6.49%)
Mutual labels:  nlp-machine-learning
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (-20.04%)
Mutual labels:  nlp-machine-learning
Contextualized Topic Models
A python package to run contextualized topic modeling. CTMs combine BERT with topic models to get coherent topics. Also supports multilingual tasks. Cross-lingual Zero-shot model published at EACL 2021.
Stars: ✭ 318 (-39.31%)
Mutual labels:  nlp-machine-learning

前言

一些关于自然语言的基本模型。这个项目里面只是本人调研时写的一些简单demo,仅做参考之用。

目录

  • 基于HMM的中文分词模型
  • 基于fasttext的情感极性判断模型
  • 基于MaxEnt的中文词性标注模型
  • 基于CRF的中文命名实体识别模型
  • 基于序列标注的中文依存句法分析模型
  • 基于Xgboost的中文疑问句判别模型

环境

python 3.6.5

历史版本

2019.04.26

简单适配py3

2018.04.13

  • 增加基于Xgboost的中文疑问句判别模型

2018.02.13

  • 增加基于序列标注的中文依存句法分析模型

2018.01.22

  • 增加基于CRF的中文命名实体模型

2018.01.02

  • 增加基于MaxEnt的中文词性标注模型

2017.12.21

  • 增加基于HMM的中文分词模型
  • 增加基于fasttext的情感极性判断模型
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].