All Projects → zcgzcgzcg1 → Mrc_book

zcgzcgzcg1 / Mrc_book

《机器阅读理解:算法与实践》代码

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mrc book

Text Classification Keras
📚 Text classification library with Keras
Stars: ✭ 53 (-48.04%)
Mutual labels:  nlp-machine-learning
Russian news corpus
Russian mass media stemmed texts corpus / Корпус лемматизированных (морфологически нормализованных) текстов российских СМИ
Stars: ✭ 76 (-25.49%)
Mutual labels:  nlp-machine-learning
Writeup Frontend
Beat Writer's Block with AI
Stars: ✭ 94 (-7.84%)
Mutual labels:  nlp-machine-learning
Argument Reasoning Comprehension Task
The Argument Reasoning Comprehension Task: Source codes & Datasets
Stars: ✭ 57 (-44.12%)
Mutual labels:  nlp-machine-learning
Nlp Paper
自然语言处理领域下的对话语音领域,整理相关论文(附阅读笔记),复现模型以及数据处理等(代码含TensorFlow和PyTorch两版本)
Stars: ✭ 67 (-34.31%)
Mutual labels:  nlp-machine-learning
Text classification
Text Classification Algorithms: A Survey
Stars: ✭ 1,276 (+1150.98%)
Mutual labels:  nlp-machine-learning
News push project
Real Time News Scraping and Recommendation System - React | Tensorflow | NLP | News Scrapers
Stars: ✭ 44 (-56.86%)
Mutual labels:  nlp-machine-learning
Question Generation
Given a sentence automatically generate reading comprehension style factual questions from that sentence, such that the sentence contains answers to those questions.
Stars: ✭ 100 (-1.96%)
Mutual labels:  nlp-machine-learning
Cracking The Da Vinci Code With Google Interview Problems And Nlp In Python
A guide on how to crack combinatorics puzzles shown in The Da Vinci Code movie using CS fundamentals and NLP
Stars: ✭ 75 (-26.47%)
Mutual labels:  nlp-machine-learning
Datascience
It consists of examples, assignments discussed in data science course taken at algorithmica.
Stars: ✭ 92 (-9.8%)
Mutual labels:  nlp-machine-learning
How To Mine Newsfeed Data And Extract Interactive Insights In Python
A practical guide to topic mining and interactive visualizations
Stars: ✭ 61 (-40.2%)
Mutual labels:  nlp-machine-learning
Intent classifier
Stars: ✭ 67 (-34.31%)
Mutual labels:  nlp-machine-learning
Lda Topic Modeling
A PureScript, browser-based implementation of LDA topic modeling.
Stars: ✭ 91 (-10.78%)
Mutual labels:  nlp-machine-learning
Wongnai Corpus
Collection of Wongnai's datasets
Stars: ✭ 57 (-44.12%)
Mutual labels:  nlp-machine-learning
Wiki Split
One million English sentences, each split into two sentences that together preserve the original meaning, extracted from Wikipedia edits.
Stars: ✭ 95 (-6.86%)
Mutual labels:  nlp-machine-learning
Gec Pseudodata
Repository of "An Empirical Study of Incorporating Pseudo Data into Grammatical Error Correction" (EMNLP-IJCNLP 2019)
Stars: ✭ 49 (-51.96%)
Mutual labels:  nlp-machine-learning
Summarus
Models for automatic abstractive summarization
Stars: ✭ 83 (-18.63%)
Mutual labels:  nlp-machine-learning
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1250.98%)
Mutual labels:  nlp-machine-learning
Monkeylearn
⛔️ ARCHIVED ⛔️ 🐒 R package for text analysis with Monkeylearn 🐒
Stars: ✭ 95 (-6.86%)
Mutual labels:  nlp-machine-learning
Doc2vec
📓 Long(er) text representation and classification using Doc2Vec embeddings
Stars: ✭ 92 (-9.8%)
Mutual labels:  nlp-machine-learning

《机器阅读理解:算法与实践》代码

MRC_book

这个代码库提供《机器阅读理解:算法与实践》一书中所有的代码示例。

所有程序基于Python 3。所需要的库文件在requirements.txt中指明。

pip install -r requirements.txt

代码按照章节放置在各个文件夹中。每个程序均可以单独运行,例如:

python Chapter_3/3.1.2_CNN_Pooling.py

第六章预训练模型的代码需要安装的大规模模型和代码库均在程序注释中指明。

第七章SDNet的代码统一放置在https://github.com/microsoft/SDNet.

本书的勘误信息在Errata.md中。

更多问题请联系作者朱晨光,邮箱[email protected].

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].