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

Conjugation search #35

Open
longrunningprocess opened this issue Apr 22, 2024 · 2 comments
Open

Conjugation search #35

longrunningprocess opened this issue Apr 22, 2024 · 2 comments

Comments

@longrunningprocess
Copy link
Contributor

from Mikayla,

searching for told should show results for tell

@craigp-atw
Copy link
Collaborator

From our pairing session:

target.tbta.bible/English/lookup/form?word=following

[
 {
  stem: following
  part_of_speech: Adjective
  form: Stem
 },
 {
  stem: follow
  part_of_speech: Verb
  form: Participle
 },
]

target.tbta.bible/English/lookup/form?word=follow*

[
 {
  stem: following
  part_of_speech: Adjective
  form: Stem
 },
 {
  stem: follower
  part_of_speech: Noun
  form: Stem
 },
 {
  stem: follow
  part_of_speech: Verb
  form: Past
 },
 {
  stem: follow
  part_of_speech: Verb
  form: Participle
 },
 {
  stem: follow
  part_of_speech: Verb
  form: Stem
 },
]

target.tbta.bible/English/lookup/form?word=accused

[
 {
  stem: accuse
  part_of_speech: Verb
  form: Past
 },
 {
  stem: accuse
  part_of_speech: Verb
  form: Perfect
 },
]

target.tbta.bible/English/lookup/form?word=500
[]

target.tbta.bible/English/lookup/form?word=five

[
 {
  stem: five
  part_of_speech: Adjectve
  form: Stem
 },
]

target.tbta.bible/English/lookup/form?word=tol*

[
 {
  stem: tell
  part_of_speech: Verb
  form: Past
 },
 {
  stem: tell
  part_of_speech: Verb
  form: Perfect
 },
 {
  stem: Tola
  part_of_speech: Noun
  form: Stem
 },
]

target.tbta.bible/English/lookup/form?word=got

[
 {
  stem: get
  part_of_speech: Verb
  form: Past
 },
 {
  stem: get off
  part_of_speech: Verb
  form: Past
 },
 {
  stem: get up
  part_of_speech: Verb
  form: Past
 },
 {
  stem: get on
  part_of_speech: Verb
  form: Past
 },
]

@longrunningprocess
Copy link
Contributor Author

presciencelabs/tabitha-targets#7 is now released making these lookups available via an API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants