8000 Is there a way to get the indicies of object/relation/subect in extracted triples? · Issue #16 · uma-pi1/minie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Is there a way to get the indicies of object/relation/subect in extracted triples? #16
Open
@Pwgeorge-Py

Description

@Pwgeorge-Py

Ideally obtaining something like:

{
  "facts": [
    {
      "subject": ["Obama", 0, 5],
      "predicate": ["visited", 6, 13],
      "object": ["white house", 18, 29]
    }
  ]
}

Dont see how you could do this by searching the input string, as sentences with repeated words might give the incorrect index.

is there a way to do this within minie?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0