Skip to content
#

lemmatization

Here are 141 public repositories matching this topic...

A Python wrapper of the Yandex Mystem 3.1 morphological analyzer (http://api.yandex.ru/mystem). The original tool is shipped as a binary and this library makes it easy to integrate it in Python projects. Let us know in the issues if you would like to be involved into the developments or maintenance of this project. If you have any fix or suggestion, please make a pull request. We are very open to accepting any contributions.

  • Updated Dec 9, 2019
  • Python
jwijffels
jwijffels commented Dec 8, 2018

add in docs that cooccurrence.data.frame in a group by fashion which does not take into account a sequence
does not return self-occurrences and as there is no order (bag of terms) in the output term1 is always smaller than term2, need to formulate this more concisely
while cooccurrence.character goes left to right, maybe need an option right to left also
Note in Biterm Topic Modelling (https:/

robertcv
robertcv commented Mar 26, 2020
Text version

master

Orange version

master

Expected behavior

I search for a word in Corpus Viewer and get some documents. I would then expect the output to be those documents that I also select in the documents list. It would behave more like Data Table.

Actual behavior

The output is always documents that match search regardless of what is selected in the documents li

thak123
thak123 commented Nov 26, 2019

The dataset provided in the jsonl format has repeating values as labels for the same given spans.

This when loaded into spacy throws error as spacy doesnt support tagging same span with multiple entities.

  • spaCy version: 2.2.1
  • Platform: Linux-4.4.0-18362-Microsoft-x86_64-with-debian-stretch-sid
  • Python version: 3.7.3

Improve this page

Add a description, image, and links to the lemmatization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lemmatization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.