hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

bubble_match

0.3.18
0.7.5 0.7.4 0.7.3 0.7.2 0.7.1 0.7.0 0.6.5 0.6.4 0.6.3 0.6.2 0.6.1 0.6.0 0.5.1 0.5.0 0.4.2 0.4.1 0.4.0 0.3.19 0.3.18 0.3.17 0.3.16 0.3.15 0.3.14 0.3.13 0.3.12 0.3.11 0.3.10 0.3.9 0.3.8 0.3.7 0.3.6 0.3.5 0.3.3 0.3.2 0.3.1 0.3.0 0.2.6 0.2.5 0.2.4 0.2.3 0.2.1 0.2.0 0.1.4 0.1.3 0.1.2 0.1.1 0.1.0

A matching language for matching queries against token-based natural language input. Like Regular Expressions, but for for natural language.

HexDocs

Current section

Files

Jump to
Readme
47 Versions
4 Dependencies
0 Dependants
Files
Activity
Readme 47 Versions 4 Dependencies 0 Dependants Files Activity
bubble_match lib bubble_match valid_entities.txt
Raw

16 files

  • lib
    • bubble_match
      • sentence
        • tokenizer.ex
      • UnicodeData.txt
      • entity.ex
      • matcher.ex
      • parse_error.ex
      • parser.ex
      • sentence.ex
      • sigil.ex
      • token.ex
      • unidekode.ex
      • valid_entities.txt
    • bubble_match.ex
  • LICENSE
  • README.md
  • VERSION
  • mix.exs

Package files

  • lib/bubble_match.ex
  • lib/bubble_match/entity.ex
  • lib/bubble_match/matcher.ex
  • lib/bubble_match/parse_error.ex
  • lib/bubble_match/parser.ex
  • lib/bubble_match/sentence.ex
  • lib/bubble_match/sentence/tokenizer.ex
  • lib/bubble_match/sigil.ex
  • lib/bubble_match/token.ex
  • lib/bubble_match/UnicodeData.txt
  • lib/bubble_match/unidekode.ex
  • lib/bubble_match/valid_entities.txt
  • LICENSE
  • mix.exs
  • README.md
  • VERSION

lib/bubble_match/valid_entities.txt

amount_of_money
credit_card_number
date
distance
duration
email
event
fac
gpe
language
law
loc
moment
money
norp
number
ordinal
org
percent
person
phone_number
product
quantity
temperature
time
url
volume
work_of_art
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".