Posts

Showing posts from 2020

Text Mining In Python For Beginners to Advance

Text Mining in Python for Beginnners Text is everywhere, you see them in printed material and in book. you have newspaper, you have Wikipedia and other Social Media. You have people talking to each other in online formus, and disscussion groups, and so on. You could Parse The text, classify the text document, try to understand and it says. Find and extract relevant information from text, even define what information is. You're to search for relevant text documents, this is information retrieval. text contains all  information like politics news, any sports news and any celebrity news and etc. today's world you can find any information in text. everything is available in text. Their are lots of information in text but we need to find some specific information that we use text mining. In text mining we can analyze the text, scarpe the text, find specific word, find repetition of words and so on. if you are beginners then i sure this blog definatly help You. You Can try this co...

Docker Tutorial For Beginners: Basic Commands of Docker

Technologies gyan What is Docker: Docker Tutorial For Beginners Docker is fastest technology tool that is used to launch the operating system within a second. It provide the platform to launch a operating system, Programming Language (like python, java & etc..) and many Software Like Wordpress and etc.. within a seconds. docker is can't run directly in windows but its run on window 2016 version to latest version. if you need to work on docker in window you can install docker tool box and read the official docker documentation . Docker is a tool In docker we are create a container for create, deploy and running a application. Docker is open Source Project. It is written in GO language. there are two types of docker in market     a). docker CE  it's free to use     b). docker EE  it's not free For learning a Devops Technology you need to...