Skip to content

neohope/NLPStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project about

This is just a project of NLP demos. Most demos are from here : https://github.com/Madhu009/Deep-math-machine-learning.ai https://github.com/SimmerChan/KG-demo-for-movie

How to build

  1. install python 3.6+

  2. install packages

   pip install matplotlib
   pip install nltk
   pip install pandas
   pip install refo
   pip install sklearn
   pip install SPARQLWrapper
   pip install tensorflow
  1. download nlth data
   import nltk
   nltk.download('book')
   nltk.download('punkt')
   nltk.download('words')
   nltk.download('wordnet')
   nltk.download('stopwords')
   nltk.download('maxent_ne_chunker')
   nltk.download('averaged_perceptron_tagger')

Reference

https://medium.com/deep-math-machine-learning-ai https://zhuanlan.zhihu.com/knowledgegraph

Releases

No releases published

Packages

No packages published

Languages