Questions tagged [polyglot]

Multilingual text (NLP) processing toolkit for Python

From the homepage:

Polyglot is a natural language pipeline that supports massive multilingual applications.

Features:

  • Tokenization (165 Languages)
  • Language detection (196 Languages)
  • Named Entity Recognition (40 Languages)
  • Part of Speech Tagging (16 Languages)
  • Sentiment Analysis (136 Languages)
  • Word Embeddings (137 Languages)
  • Morphological analysis (135 Languages)
  • Transliteration (69 Languages)
111 questions
1
vote
1 answer

Import error with nlp polyglot package in python

I am trying to run the base examples of the polyglot packagehttp://polyglot.readthedocs.io/en/latest/Installation.html The installation seemed to haved worked, yet when I try to import the packages into a Jupyter…
user7188934
  • 1,021
  • 3
  • 11
  • 17
1
vote
2 answers

Is it possible to embed a Ruby code into batch-file?

Usually this is useful for “self-calling” scripts like in this notorious example The good script with embedded code should not use ugly escape sequences , no temp files and redundant output. Is it possible to be done with Ruby?
npocmaka
  • 55,367
  • 18
  • 148
  • 187
1
vote
1 answer

Reading data using Anahkiasen/Polyglot returns error trying to get property of non-object

After adding the Anahkiasen/Polyglot package to my Laravel 4.2 project I tried to get this to work. I set up everything the way I think it's supposed to be (the documentation is kinda bad). Saving to the database doesn't seem to be a problem but…
Jack33
  • 121
  • 1
  • 9
1
vote
1 answer

Exception: "Invalid action number found in internal parse table." Polyglot Exception

I am using an Compiler called Polyglot which is a highly extendable compiler for Java. I seem to have run into this Exception while trying to compile some test code: "Invalid action number found in internal parse table." How can I make a valid…
PJT
  • 3,439
  • 5
  • 29
  • 40
1
vote
2 answers

Polyglot Language Switcher asp.net

I want to use polyglot language switcher with asp.net 4.0 website. Below code works;