match
There are 393 repositories under match topic.
google/diff-match-patch
Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.
CLUEbenchmark/CLUEDatasetSearch
搜索所有中文NLP数据集,附常用英文NLP数据集
tangxyw/RecSysPapers
推荐/广告/搜索领域工业界经典以及最前沿论文集合。A collection of industry classics and cutting-edge papers in the field of recommendation/advertising/search.
micromatch/picomatch
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
cyang-kth/fmm
Fast map matching, an open source framework in C++
aidenybai/pattycake
Zero-runtime pattern matching
hahnec/color-matcher
automatic color-grading
micromatch/anymatch
:bangbang: Matches strings against configurable strings, globs, regular expressions, and/or functions
lukemorales/exhaustive
Exhaustiveness checking in TypeScript
zhufz/nlp_research
NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务
micromatch/to-regex-range
Pass two numbers, get a regex-compatible source string for matching ranges. Fast compiler, optimized regex, and validated against more than 2.78 million test assertions. Useful for creating regular expressions to validate numbers, ranges, years, etc.
mswjs/mswjs.io
Official website and documentation for the Mock Service Worker library.
gobeam/mongo-go-pagination
Golang Mongodb Pagination for official mongodb/mongo-go-driver package which supports both normal queries and Aggregation pipelines with all information like Total records, Page, Per Page, Previous, Next, Total Page and query results.
ballerina-platform/module-ballerina-regex
Ballerina Regex Module
codemodsquad/astx
Super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring
liamcottle/valorant.js
This is an unofficial NodeJS library for interacting with the VALORANT API used in game.
SpriteOvO/sigmatch
✨ Modern C++ 20 signature match / search library
haizlin/h-regular
在日常开发中积累的110多个正则表达式,欢迎大家提PR补充
micromatch/nanomatch
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").
micromatch/is-glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.
fslev/json-compare
A Java library for comparing JSONs
MeetMartin/conditional-expression
JavaScript functional conditional expression
wangbinzero/kunkka-match
高性能撮合引擎
haltcase/glob
Pure Nim library for matching file paths against Unix style glob patterns.
micromatch/glob-fs
file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
stingbo/mengine
Matching Engine For Laravel,Based on Redis,High-Performance
axtgr/wildcard-match
A tiny and extremely fast JavaScript library for compiling and matching basic glob patterns
jonschlinkert/is-git-url
Regex to validate that a URL is a git URL.
fabiospampinato/zeptomatch
An absurdly small glob matcher that packs a punch.
RomanZhu/Match-Line-Entitas-ECS
Match Line template for Unity
aloisdeniel/route_pattern_generator
A Dart static code generator that produces matchers and builders from route uri patterns.
michaelsebero/Genetic-Trait-Detector
This python script detects known traits in raw human genetic data.
brummer10/MelMatchEQ.lv2
MelMatchEQ is a profiling EQ using a 26 step Mel Frequency Band
metonym/svelte-fuzzy
Fuse.js binding for fuzzy text match highlighting
mswjs/node-match-path
Matches a URL against a path. Parameters, wildcards, RegExp.
Qznan/QizNLP
Quick run NLP in many task 快速运行分类、序列标注、匹配、生成等NLP任务的Tensorflow框架 (中文 NLP 支持分布式)