서브메뉴
검색
상세정보
Natural Language Processing with Java Cookbook : Over 70 Recipes to Create Linguistic and Language T
Natural Language Processing with Java Cookbook : Over 70 Recipes to Create Linguistic and Language T
상세정보
- 자료유형
- 전자책(국외)
- 미국국회도서관 청구기호
- QA76.9.N38-.R447 2019
- 자관 청구기호
- 기본표목-개인명
- 표제와 책임표시사항
- Natural Language Processing with Java Cookbook : Over 70 Recipes to Create Linguistic and Language Translation Applications Using Java Libraries. [electronic resource]
- 발행, 배포, 간사 사항
- 형태사항
- 1 online resource (374 pages)
- 일반주기
- How to do it ...
- 내용주기
- 완전내용Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Preparing Text for Analysis and Tokenization; Technical requirements; Tokenization using the Java SDK; Getting ready; How to do it ... ; How it works ... ; Tokenization using OpenNLP; Getting ready; How to do it ... ; How it works ... ; See also; Tokenization using maximum entropy; Getting ready; How to do it ... ; How it works ... ; See also; Training a neural network tokenizer for specialized text; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also
- 내용주기
- 완전내용Identifying the stem of a wordGetting ready; How to do it ... ; How it works ... ; See also; Training an OpenNLP lemmatization model; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Determining the lexical meaning of a word using OpenNLP; Getting ready; How to do it ... ; How it works ... ; See also; Removing stop words using LingPipe; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 2: Isolating Sentences within a Document; Technical requirements; Finding sentences using the Java core API; Getting ready; How to do it ... ; How it works ... ; See also
- 내용주기
- 완전내용Performing SBD using the BreakIterator classGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using OpenNLP to perform SBD; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Stanford NLP API to perform SBD; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the LingPipe and chunking to perform SBD; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Performing SBD on specialized text; Getting ready; How to do it ... ; How it works ... ; See also
- 내용주기
- 완전내용Training a neural network to perform SBD with specialized textGetting ready; How to do it ... ; How it works ... ; See also; Chapter 3: Performing Name Entity Recognition; Technical requirements; Using regular expressions to find entities; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using chunks with regular expressions to identify entities; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using OpenNLP to find entities in text; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Isolating multiple entities types
- 내용주기
- 완전내용Getting readyHow to do it ... ; How it works ... ; See also; Using a CRF model to find entities in a document; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using a chunker to find entities; Getting ready; How to do it ... ; How it works ... ; See also; Training a specialized NER model; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 4: Detecting POS Using Neural Networks; Technical requirements; Finding POS using tagging; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using a chunker to find POS; Getting ready
- 요약 등 주기
- 요약This book will teach you how to perform basic and advanced NLP tasks in Java, using independent recipes. The book not only covers the essential aspects of NLP but also addresses other important areas such as the acquisition of text and techniques for utilizing NLP in varied domains.
- 주제명부출표목-일반주제명
- 주제명부출표목-일반주제명
- 주제명부출표목-일반주제명
- 주제명부출표목-일반주제명
- 기타형태저록
- Print version Reese Richard M Natural Language Processing with Java Cookbook : Over 70 Recipes to Create Linguistic and Language Translation Applications Using Java Libraries
- 전자적 위치 및 접속
- 링크정보보기
MARC
008200114s2019 ulk 00 eng■001on1099994748
■003OCoLC
■00520191221103202.1
■006m d
■007cr |n|---|||||
■015 ▼aGBB986174▼2bnb
■0167 ▼a019396753▼2Uk
■019 ▼a1099569855
■020 ▼a1789808839
■020 ▼a9781789808834▼q(electronic bk.)
■035 ▼a2111784▼b(N$T)
■035 ▼a(OCoLC)1099994748▼z(OCoLC)1099569855
■037 ▼a9781789808834▼bPackt Publishing
■040 ▼aEBLCP▼beng▼epn▼cEBLCP▼dUKMGB▼dOCLCO▼dOCLCF▼dOCLCQ▼dCHVBK▼dYDX▼dOCLCQ▼dUKAHL▼dOCLCQ▼dN$T
■049 ▼aMAIN
■050 4▼aQA76.9.N38▼b.R447 2019
■08204▼a006.35▼223
■090 ▼a전자도서
■1001 ▼aReese, Richard M.
■24510▼aNatural Language Processing with Java Cookbook :▼bOver 70 Recipes to Create Linguistic and Language Translation Applications Using Java Libraries.▼h[electronic resource]
■260 ▼aBirmingham▼bPackt Publishing, Limited▼c2019.
■300 ▼a1 online resource (374 pages)
■336 ▼atext▼btxt▼2rdacontent
■337 ▼acomputer▼bc▼2rdamedia
■338 ▼aonline resource▼bcr▼2rdacarrier
■500 ▼aHow to do it ...
■5050 ▼aCover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Preparing Text for Analysis and Tokenization; Technical requirements; Tokenization using the Java SDK; Getting ready; How to do it ... ; How it works ... ; Tokenization using OpenNLP; Getting ready; How to do it ... ; How it works ... ; See also; Tokenization using maximum entropy; Getting ready; How to do it ... ; How it works ... ; See also; Training a neural network tokenizer for specialized text; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also
■5058 ▼aIdentifying the stem of a wordGetting ready; How to do it ... ; How it works ... ; See also; Training an OpenNLP lemmatization model; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Determining the lexical meaning of a word using OpenNLP; Getting ready; How to do it ... ; How it works ... ; See also; Removing stop words using LingPipe; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 2: Isolating Sentences within a Document; Technical requirements; Finding sentences using the Java core API; Getting ready; How to do it ... ; How it works ... ; See also
■5058 ▼aPerforming SBD using the BreakIterator classGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using OpenNLP to perform SBD; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Stanford NLP API to perform SBD; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the LingPipe and chunking to perform SBD; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Performing SBD on specialized text; Getting ready; How to do it ... ; How it works ... ; See also
■5058 ▼aTraining a neural network to perform SBD with specialized textGetting ready; How to do it ... ; How it works ... ; See also; Chapter 3: Performing Name Entity Recognition; Technical requirements; Using regular expressions to find entities; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using chunks with regular expressions to identify entities; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using OpenNLP to find entities in text; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Isolating multiple entities types
■5058 ▼aGetting readyHow to do it ... ; How it works ... ; See also; Using a CRF model to find entities in a document; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using a chunker to find entities; Getting ready; How to do it ... ; How it works ... ; See also; Training a specialized NER model; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 4: Detecting POS Using Neural Networks; Technical requirements; Finding POS using tagging; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using a chunker to find POS; Getting ready
■520 ▼aThis book will teach you how to perform basic and advanced NLP tasks in Java, using independent recipes. The book not only covers the essential aspects of NLP but also addresses other important areas such as the acquisition of text and techniques for utilizing NLP in varied domains.
■5880 ▼aPrint version record.
■590 ▼aAdded to collection customer.56279.3
■650 0▼aNatural language processing (Computer science)
■650 0▼aJava (Computer program language)
■650 7▼aJava (Computer program language)▼2fast▼0(OCoLC)fst00982065
■650 7▼aNatural language processing (Computer science)▼2fast▼0(OCoLC)fst01034365
■655 4▼aElectronic books.
■77608▼iPrint version▼aReese, Richard M.▼tNatural Language Processing with Java Cookbook : Over 70 Recipes to Create Linguistic and Language Translation Applications Using Java Libraries.▼dBirmingham : Packt Publishing, Limited, ©2019▼z9781789801156
■85640▼3EBSCOhost▼uhttp://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=2111784
■938 ▼aAskews and Holts Library Services▼bASKH▼nBDZ0040020887
■938 ▼aProQuest Ebook Central▼bEBLB▼nEBL5761234
■938 ▼aYBP Library Services▼bYANK▼n300485164
■938 ▼aEBSCOhost▼bEBSC▼n2111784
■994 ▼a92▼bN$T


