paco xander nathan

Results 103 comments of paco xander nathan

What is the approach for a plugin that generates a Markdown file, which is also referenced in the "nav" section of `mkdocs.yml` ? Because I keep seeing this warning: ```...

This looks great! @DayalStrub thank you for all the work and suggestions on `PyTextRank` and if it'd help, we've got a Slack board for the committers – if you'd like...

Hi @lisabecker-ml6 , that's >should< be working well, although we'll check the other system dependencies. First though, here's a session that starts clean with Py 3.8 on macOS, installs spaCy...

Thank you @Albertobegue we're working toward these capabilities with the `kglab` integration.

Thank you @DayalStrub - This is good. I don't recall that we've had any cases using the multi-processor option in `spaCy` previously. To confirm, when running [`Language.pipe()`](https://spacy.io/api/language#pipe) with a number...

Also check the algorithms listed in `pke` which has an excellent range of implementations. FWIW, that library is GPL and not implemented as a spaCy pipeline, so there's some room...

Hi @sumitkumarjethani, thank you for this report. Let's get it fixed! Could you please provide: - the code for `app.py`, or at least the body of the `runTextRankEntities()` function -...

Thank you @Vignesh9395, that capability is going in with the upcoming `kglab` integration.

Hi @imeano, Given how TextRank works, there are strict needs for what the parsers tend to produce: - sentence and word segmentation - part-of-speech tagging - lemmatization The noun chunking...

Hi @guy4261, No, none of the _textgraph_ algorithms would work with a parser disabled. Disabling NER might be an option. It depends on the language, version of other pipeline components,...