Skip to content

pie-extended implemented but… #47

@Jean-Baptiste-Camps

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
            )):
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions