Highlights
- Pro
Block or Report
Block or report qipeng
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
gcn-over-pruned-trees Public
Graph Convolution over Pruned Dependency Trees Improves Relation Extraction (authors' PyTorch implementation)
-
golden-retriever Public
Authors' implementation of EMNLP-IJCNLP 2019 paper "Answering Complex Open-domain Questions Through Iterative Query Generation"
-
convolutionalRBM.m Public
A MATLAB / MEX / CUDA-MEX implementation of Convolutional Restricted Boltzmann Machines.
-
stay-hungry-stay-focused Public
This repository hosts the authors' implementation of the paper "Stay Hungry, Stay Focused: Generating Informative and Specific Questions in Information-Seeking Conversations", published in Findings…
-
wikiextractor Public
Forked from attardi/wikiextractor
A tool for extracting plain text from Wikipedia dumps
313 contributions in the last year
Contribution activity
January 2022
Created 2 commits in 1 repository
Created a pull request in stanfordnlp/stanza that received 1 comment
Fix charoffset in edge case when a token begins with whitespace and skip_newline is enabled
Description
The start offset for tokens is wrong when the tokenizer has skip_newline
enabled (e.g., in Chinese) and a token is preceded by whitespace.