Problem What follows in an attempt at implementing Mark V. Shaney using contemporary Python. One question has already been asked […]
Tag: natural-language-processing
Identify and extract URLs from text corpus
Problem I’m working on a project that requires POS Tagging of paragraphs. The text contains lot of URLs which contain […]
Processing lexical analyses of sentences using the Perl split function
Problem I have two kinds of lexical analyses of sentences that I need to process. One type of data comes […]
Part of Speech Tagger
Problem I have a Part of Speech Tagger written in PHP that currently takes a relatively long and unpredictable time […]
Regex, match the most informative pattern
Problem I have a function that is designed to parse an utterance (or typed in string) and identify the intent […]
Recursive right-to-left segmenting (tokenizing) of strings in Python
Problem I want to segment a list of strings based on a custom list of words/forms, from right-to-left. Here I’ve […]
Formatting output
Problem This code has loops under loops which affects the performance badly. Please help me to optimize the code to […]
replacing words with their abbreviations
Problem I’m working on a program that aim to take sentences (currently in french) and compact them to a length […]
Negation detection in sentiment analysis
Problem This basic function to detect negation while performing sentiment analysis. So that not good kind of words can be […]
Syllabification function for Turkish words
Problem I wrote an NLP script for processing Turkish language. Yesterday I added syllabication but I wonder if it could […]
- 1
- 2