prior-art-archive / uspto-query-parser

An npm package to parse a USPTO query into a structured object
MIT License
1 stars 0 forks source link

Set up Nearley #1

Closed slifty closed 5 years ago

slifty commented 5 years ago

Nearley is an npm package that lets you convert strings into parsed structured data according to a grammar set that you define. It's going to be the core tool used to convert a string into a parsed USPTO query.