python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Question about natural language processing
I am working on a graduation project related to "Aspect extraction (AE)".
I'm pretty confused about POS taging, syntax tree, grammar rules, and other low-level NLP stuff. I need a reference ...
C132
Votes: 0
Answers: 1
Automatically Add Diacritic/Accent Marks to a Non-English Document
In my spare time, I am transcribing a very old, rare book written in Romanian (in fact, it is the only remaining copy, to my knowledge). It was written over a hundred years ago, well before any comput...

v0rtex20k
Votes: 0
Answers: 2
Cannot assign value to variable, VGG16
I am training a system with two images using transfer_learning using the VGG16 pretrained network. If I use the weights it gives me an error, I don't know the reason or how to solve it. Any suggestion...
Manuel Soengas Núñez
Votes: 0
Answers: 0
How to pass a parameter in defrule function? CLIPS
I am new of CLIPS, thanks for your help.
THE ISSUE:
If I have below template:
(deftemplate user
(slot id (type INTEGER))
(slot firstname (type STRING))
(slot lastname (type STRING))
(slot user...
Valerio Panzera
Votes: 0
Answers: 1