Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AQL: Natural Language Description Search #11

Open
cw00dw0rd opened this issue Feb 2, 2021 · 1 comment
Open

AQL: Natural Language Description Search #11

cw00dw0rd opened this issue Feb 2, 2021 · 1 comment
Labels
AQL AQL queries that are needed
Milestone

Comments

@cw00dw0rd
Copy link
Collaborator

Query that searches descriptions of rentals.

Ex: Places in Florida with a pool.

@cw00dw0rd cw00dw0rd added the AQL AQL queries that are needed label Feb 2, 2021
@Simran-B
Copy link
Collaborator

Simran-B commented Feb 3, 2021

We don't have a part of speech (POS) tagger to analyze sentences, so the following hacks come to mind:

  • Create a stopword list ("in", "near", "with", "a", "an"...) and simply search for the remaining terms. Possibly maintain a field which has all relevant text concatenated together, so that we can find all terms in this single field.
  • Use regular expressions to deconstruct common sentences and extract type, place and features. Reminders in Slack work like that.

@cw00dw0rd cw00dw0rd added this to the Second phase milestone Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AQL AQL queries that are needed
Projects
None yet
Development

No branches or pull requests

2 participants