Coding the NLP++ Language Engine
1:22:28
12 сағат бұрын
Coding Club Talk: NLP && NLP++ History
1:11:08
Loading the NLP Fix Demo Analyzers
3:52
19 сағат бұрын
Tutorial 15: Resolving Ambiguity
26:25
NLP++ and LLM
49:35
7 ай бұрын
Tutorial 14: Mod Files
5:46
Жыл бұрын
Tutorial 12: New DICT files
7:39
2 жыл бұрын
Tutorial 11: Dictionaries in NLP++
7:37
Tutorial 09: NLP++ Rules Explained
29:20
Tutorial 07: NLP++ Regions
3:34
2 жыл бұрын
Пікірлер
@DominikHolenstein
@DominikHolenstein 3 күн бұрын
The company I am working for (a large, world-wide active company from the US) removed Co-pilot after a two-months test period because the productivity improvement was close to zero, no joke.
@nadarecords2623
@nadarecords2623 8 ай бұрын
great!
@michelangelo24
@michelangelo24 Жыл бұрын
obrigada por isso ❤
@nlpvisualtext
@nlpvisualtext 11 ай бұрын
de nada
@mohammedpoehlein4692
@mohammedpoehlein4692 Жыл бұрын
🌸 *Promo SM*
@m.c.4674
@m.c.4674 Жыл бұрын
I don't think that the current languages can't be used to write intelligent programs , but I agree that programming language should be easier to write and understand . I think I understand what need to be done , but how does someone even begin to code a intelligent program . The current AI's definitely aren't intelligent , they are probably even less intelligent , than we think they are . I think you do understand that the problem with AI is the fact that they require a large data source to understand even the most basic task . I think we can definitely agree that a person who knows everything is not necessary intelligent , but someone who can take the smallest bit of information and understand a task , is intelligent . We are making deer's not primates , the moment a deer is born it know how to walk , and be a deer , deer's are born pre-programmed to walk , humans on the other hand must learn how to walk , and we don't have billions of simulated attempts to learn like a computer . These AI haven't learned anything , they are pre-programmed to do a certain task , doesn't have to be a human that is manually programming in the AI's memory . We should really be programming AI's can do a task without any previous memory . What I want to know is how can the memory of a AI be erased , without erasing the structure that the AI builds to learn from a blank slate. How to distinguish between X the mechanism that analyze the data , and Y the mechanism that stores the memory , so that the analyzer can be trained to analyze data better without adding memory ?
@jayanth1844
@jayanth1844 2 жыл бұрын
Hey David as one of them has mentioned in the comments below about adding new words to the English dictionary, and you have said to create an analyzer and the use the Dictionaryword. Let's say i have a set of few 10s words to add to the dictionary, but not in a sentence form just the individual string of set of word. So would i develop an analyser for the same example to go ahead with additions......
@adarshu
@adarshu 2 жыл бұрын
Let us take an example of the word "COVID " , since it is not to be found in the latest dictionary repository, how do we go about adding it to current English dictionary using NLP++
@nlpvisualtext
@nlpvisualtext 2 жыл бұрын
If you created your analyzer using the english dictionary, you can use DictionaryWord to add words to the file attrs.kb and include attrs.kb in the main.kb file. This is all located in the kb/user directory under the analyzer folder.
@jayanth1844
@jayanth1844 2 жыл бұрын
@@nlpvisualtext hey, for example I have set of new words to add. But they are not in sentence form, but as a string of lists. So how can this be created as an analyzer..?
@nlpvisualtext
@nlpvisualtext 2 жыл бұрын
@@jayanth1844 I will make a new tutorial video for your question.
@adarshu
@adarshu 2 жыл бұрын
suppose we want to enhance the existing dictionary which is used by the nlp engine to parse. So how can we do that using nlp++ language and in v s code ......
@nlpvisualtext
@nlpvisualtext 2 жыл бұрын
If you created your analyzer using the english dictionary, you can use DictionaryWord to add words to the file attrs.kb and include attrs.kb in the main.kb file. This is all located in the kb/user directory under the analyzer folder.
@jayanth1844
@jayanth1844 2 жыл бұрын
Hey David. In this video tutorial you have explained how to use dictionary during an analyzer sequence. Suppose say, we have to add fresh words to the dictionary which NLP++ uses to create knowledge bases and analyzer, how do you do it.
@nlpvisualtext
@nlpvisualtext 2 жыл бұрын
You add more words by adding the words and attributes in the dictionary pass using DictionaryWord(). You run it once to generate the files in the kb/user folder, then you can deactivate it or use it in another analyzer.
@jayanth1844
@jayanth1844 2 жыл бұрын
@@nlpvisualtext fine.
@50cm61
@50cm61 2 жыл бұрын
My utmost respect to you for the dedication in teaching these knowledge prudently
@gamingking720
@gamingking720 2 жыл бұрын
Your age is almost same to my grandpa
@owenvaughn9613
@owenvaughn9613 2 жыл бұрын
😝 promosm
@adarshu
@adarshu 2 жыл бұрын
We wanted the proper resources for a project please
@adarshu
@adarshu 2 жыл бұрын
Can we please know where to learn NLP++
@nlpvisualtext
@nlpvisualtext 2 жыл бұрын
Right now, the tutorial videos are the only resources. What else were you looking for?