Skip to content

pie-extended implemented but… #47

Description

@Jean-Baptiste-Camps

need to account for sentences, that the pie-extended iterator used does not handle, cf.

lemmatise_pie.py

#sentences = [sent for sent in content[wit]]
sentences = [content[wit]] #TODO: fix the getting of sentences

and

or tok_id, token in enumerate(tagger.iter_tag_token(
                    data=doc.read(),
                    iterator=iterator,
                    processor=processor
            )):
```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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