python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SpaCy Matcher - Restricting Potential Matches
Not too sure exactly how to word the problem, so thank you for indulging the title...
I'm using SpaCy's Matcher function to parse clauses (adverbial/prepositional/etc.) as a part of pre-processing. So...
Muphuka
Votes: 0
Answers: 1
Parse plain text API response into JSON using Python
An API endpoint that I am using for a project returns a plain text response of the form:
[RESPONSE]
code = 200
description = Command completed successfully
queuetime = 0
runtime = 0.071
property[abuse...
2abysses
Votes: 0
Answers: 1
using python to parse through files for data
I have two files one template file and one file which has the values for the template file. I am trying to take the template file and then pass values to the variables from another file and combine th...
Divy
Votes: 0
Answers: 1
Powershell - Create array from string - separating blocks of text by new lines
I have a string in a variable:
$Test = @"
Paragraph 1: some paragraph text
some paragraph text some paragraph text
some paragraph text some paragraph text
Paragraph 2: some paragraph text
some p...
ToastMan
Votes: 0
Answers: 1