Formatron v0.4.2
Formatron empowers everyone to control the output format of language models with minimal overhead.
Loading...
Searching...
No Matches
extractor.py File Reference

Go to the source code of this file.

Classes

class  formatron.extractor.Extractor
 An abstract extractor that extracts data from a string and offers its KBNF rules definition. More...
 
class  formatron.extractor.NonterminalExtractor
 An extractor that extracts data corresponding to a nonterminal. More...
 
class  formatron.extractor.LiteralExtractor
 An extractor that extracts a literal string. More...
 
class  formatron.extractor.ChoiceExtractor
 An extractor that uses multiple extractors to extract data. More...
 
class  formatron.extractor.SubstringExtractor
 An extractor that extracts a substring of a given string from the input string. More...
 

Namespaces

namespace  formatron
 
namespace  formatron.extractor
 Extractors for extracting data from generated strings.