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
0
votes
1 answer

php's-`mysql_fetch_array()`-like actions in node.js?

I guess node.js' mysql drivers are async, but I'm not really sure what that means, so... The npm module for node.js allows for rows to "stream" or be "gathered up all at once". Can someone show me where streaming and gathering are applied, and can…
Wolfpack'08
  • 3,982
  • 11
  • 46
  • 78
-1
votes
0 answers

c# Dataframe - how to visualize dataframe in a not notebook app

how to visualize a dataframe in a NOT NOTEBOOK APP (in a console application e.g.) using a library like XPlot.Plotly in a console application var data = Enumerable.Range(0, 100).Select(v => v + .0); Chart.Bar(data).Show(); it opens the browser…
pinale
  • 2,060
  • 6
  • 38
  • 72
-1
votes
1 answer

Problems when installing python Polyglot package on virtual environment

I am trying to install several packages on a virtual environment on a Mac (OS X El Capitan 10.11.6). I have successfully installed polyglot (version 16.7.4). Everything works fine until I launched Python (version 3.6). This is what I get as a result…
paoloeusebi
  • 1,056
  • 8
  • 19
-1
votes
4 answers

What combination do you use for your polyglot solution?

Those of us who use multiple languages to solve problems can combine them in a lot of ways. Personally I use PL/SQL, XSLT, JavaScript, and Java plus the pseudo languages HTML, XML, CSS, Ant, and Bash. What do you use?
dacracot
  • 22,002
  • 26
  • 104
  • 152
-2
votes
1 answer

I'm only seeing keys instead of translations in iOS app

I have an issue where only keys are shown in the app after new keys were pulled from polyglot. How to solve it?
-4
votes
1 answer

Using multiple programming languages: what is the point?

I have looked this up and I still cannot find any sort of answer to this. The thing I am referring to is Polyglot programming, which is the use of multiple programming languages to make an application (I think that's a correct definition). I am just…
6a6179
  • 272
  • 4
  • 20
1 2 3 4 5 6 7
8