Skip to main content

Questions tagged [nlp]

Natural language processing is the automated processing of text in human languages, typically to extract information from human speech.

1 vote
1 answer
15 views

Text classification based on interests or topics for short texts

This question (CC BY-SA) was posted on https://stackoverflow.com/q/28181599/395857 by PS1 but was deleted, so I'm reposting it here. I have been searching for sparse text classification tool, that ...
Franck Dernoncourt's user avatar
0 votes
0 answers
10 views

Which text sentiment analysis models have more than the 3 generic outputs?

I am an ug EE student working on my fyp. My fyp involves multimodal sentiment analysis. I was trying to implement the audio-specific portion of my fyp(which involves extracting audio, then extracting ...
Muhammad Talha Khan's user avatar
1 vote
2 answers
32 views

Software implementation sought: Bookmarks in web browsers, like Chrome: making any bookmark tree node the root of a tree with logical arrangement

I am looking for some code, perhaps a chrome plugin, that would allow you to do research in the areas of bookmark organization and bookmark organization design. In Android, one can switch and plug in ...
Joselin Jocklingson's user avatar
0 votes
0 answers
10 views

Does a tool exist that allows one to comb through the ai literature?

Does a tool exists, and I am specifically thinking of something LLM-based, that allow to ask such things as for example : “make me a timeline of the major papers in the field of object detection”, “...
Henry Grafé's user avatar
2 votes
1 answer
29 views

Looking for a programming library or command line program that parses and produces syntax trees for natural languages

Say I have a string representing text in a natural language, for example: She is an effective teacher. Most students have found her reasonably helpful. Is there a programming library or command line ...
forgodsakehold's user avatar
2 votes
1 answer
58 views

Some API or any helpful tool/repo for doing a text summary

So I wanted to start a new project of a text summarizer tool (a website). So far I found a free API for summarizing English text (smmry.com), but for other languages I want to include (French and ...
Bug Alpha's user avatar
1 vote
0 answers
38 views

What platform can I use to perform a machine-learning-based string matching process with a human-in-the-loop (HIL) aspect using python?

I am looking for a commendation on a hosted machine-learning process that provides an easy human-in-the-loop solution. Our primary goal is to match strings from transactional data against our SSOT (...
Mozzee's user avatar
  • 11
2 votes
3 answers
168 views

Human-like summarization of collection of texts

Wondering if there is any tool, preferably open-source, that generates a human-like summary of a corpus of articles/tweets/books? Assuming one has lots of article abstracts, I would like to make a ...
Gonçalo Peres's user avatar
0 votes
0 answers
22 views

Sentiment Analysis using Java

What are the opensource options for sentiment analysis in Java, preferably one that is compatible with Apache OpenNLP?
Sandeep's user avatar
  • 111
1 vote
1 answer
860 views

Offline language detection library or script

One of my Python services was using textblob for language detection. Last month Google made a breaking change to the API service which textblob was calling. Steps have been provided on SO to update ...
user avatar
1 vote
0 answers
22 views

Detect whether two dates expressed in a text are the same

I'm looking for a program or library that can detect whether two dates expressed in a text are the same. For example: "Dec. 2012" = "December 2012" = "2012-12" "...
Franck Dernoncourt's user avatar
0 votes
0 answers
175 views

Emotion detection in text using Python

I am looking for libraries in Python that can detect common emotions e.g. happy, sad, angry in text besides just knowing whether a sentence/text is positive or negative. There seems to be a number of ...
rowann's user avatar
  • 1
2 votes
1 answer
1k views

Best NLP Library for German language in Python?

Hello I am facing a project where I have to analyze lots of text data. Its data is not a typical text - it is all business plans. Are there any useful libraries for Python I could use to evaluate the ...
grumpyp's user avatar
  • 121
1 vote
0 answers
14 views

Is there a command-line or Ruby text indexing tool with stopword and connected-word support?

I have a book written in Markdown/Markua, separated into chapters. Currently, it consists of about 26 individual *.md files. I'm planning to write an index for the book, but I'm unable to find a ...
CodeGnome's user avatar
  • 113
1 vote
0 answers
10 views

Simple linguistic analysis without an external API in Javascript

We try to calculate the gender and lemma (the stem) of German words on our website. We need to accomplish this without an external API (i.e. calculate it on the client). So far we use german-snowball ...
Obiwahn's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
7