
NLP
数据小鱼Rexa
目前已经毕业啦
就职于西北的一家大数据公司
数据分析师
展开
-
Text analytics(1): Text Preprocessing
Pipeline Model of Text InterpretationThe steps of text preprocessing1.Language identification2.Tokenization3.Morphological analysis (simplest form: stemming)4.Sentence splitting5.Part of speech...原创 2020-01-23 00:20:40 · 388 阅读 · 0 评论 -
NLP(7): Earley Parsing
Earley ParsingPrevirous attributesThe processing of EarleyThe code of Earley原创 2019-12-05 01:11:50 · 369 阅读 · 0 评论 -
NLP(7): Word Sense Disambiguation and CKY
WordNetSynsetsThe difference of Top-Down and Bottom-UpCKY ParsingThe method of CKYThe processing of CKYThe idea of CKY in code原创 2019-12-05 01:03:41 · 301 阅读 · 0 评论 -
NLP(6): Parsing
Top-Down Parsing - StrategyThe example of Top-Down ParsingBottom-Up Parsing - StrategyThe example of Bottom-Up ParsingChart Parsing - StrategyEarley Algorithm - OverviewThe example of Earl...原创 2019-11-28 03:53:30 · 392 阅读 · 0 评论 -
NLP(6): Syntactic Processing
Some example of Syntactic processingAnalysis of sentenceUsing some symable of display the syntactic processingWhat is a Formal Generative Grammar?Context-Free GrammarsExample of a Cont...原创 2019-11-28 03:37:27 · 190 阅读 · 0 评论 -
NLP(1): introduction to NLP
NLPNLP is giving computers the ability to process human language.The problem of NLPAmbiguity at many levelsVariationAll languages don’t work the same wayExpressivityContext dependenceUnknown ...原创 2019-11-27 23:07:15 · 532 阅读 · 0 评论