Found 48 repositories(showing 30)
pengming617
利用预训练的中文模型实现基于bert的语义匹配模型 数据集为LCQMC官方数据
Accagain2014
Methods about Deep Learning for Text Matching
pygongnlp
Collection of papers on the related directions of Text Matching tasks
bstewart
Development work for text matching
stanpcf
Deep Learning for Text Matching
srogatch
Find similar text files in a repository and sort by similarity
rtyley
Unifying simple globs, regex & literal matchers for Scala
LindgeW
Text Matching for Various Encoders (ESIM - Enhanced LSTM for Natural Language Inference)
qianrenjian
基于Pytorch实现多个中文文本匹配模型
idiotLeoLYJ
A repo of code for interview
pik1989
No description available
pipigou
Some Simple Textmatching model
leodeveloper
INTRODUCTION Spend as much time as required to solve this problem. No time limit is applied. Write production quality code in your usual style, using C#. Do not use built-in language functionality to directly solve the problem. So do not use the built-in pattern matching functions: String::split(), String::indexOf(), String::lastIndexOf(), String::substring(), Regex.Match(), etc... The solution should provide this functionality if applicable. You may use the String class to hold information while your own algorithm does the matching. Do not copy an existing algorithm from the Internet; you do not need to implement the fastest possible algorithm. You may choose any means of accepting input and producing output, including the use of a test harness. Note: String functions not related to matching can be used. Please return the completed code in a zip file named CODE_TEST_<Candidate Name>.zip REQUIREMENTS Write an application that fulfils the following requirements: 1. Accepts two strings as input: one string is called "text" and the other is called "subtext" in this problem statement, 2. Matches the subtext against the text, outputting the character positions of the beginning of each match for the subtext within the text. 3. Allows multiple matches 4. Allows case insensitive matching ACCEPTANCE CRITERIA Input text: Polly put the kettle on, polly put the kettle on, polly put the kettle on we'll all have tea Subtext: Output: INTERCONTINENTAL EXCHANGE Code Test: Text Matching | v 1.00 © 2017 Intercontinental Exchange, Inc. Polly 1, 26, 51 Subtext: Output: polly 1, 26, 51 Subtext: Output: ll 3, 28, 53, 78, 82 Subtext: Output: Ll 3, 28, 53, 78, 82 Subtext: Output: X <no matches> Subtext: Output: Polx <no matches>
namelucky
文本匹配
HuYinghua-Ethan
文本匹配任务
fpauer
Project describing how to match products between two json files.
nandanasreeraj123
No description available
gkovacs
Obsolete, please see http://github.com/gkovacs/textmatch
Afroj736
Textmatching page
netcrazy13
No description available
masateru0806
No description available
RonitBudhathokiOfficial
Match occurance subtext in a given text
cran
:exclamation: This is a read-only mirror of the CRAN R package repository. textmatching — Functions for Matching with Text-Based Confounding
souravsahadip
No description available
belagaam
No description available
hellochi28
No description available
irfa89
match text and sql file for match texts.
kongyay
Knuth-Morris-Pratt in JAVA
Calmen00-code
C program that will search through a string provided through command line and replace any matching pattern by the input replaced string
itjieluo
文本匹配