Skip to content

This repository includes the Python scripts for privacy policy analysis.

Notifications You must be signed in to change notification settings

lmanohara/privacy-policy-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summery

This project includes Python scripts for analysis privacy policy documents. The following text analysis methods have been used in this protect.

NLP Text Analaysis Methods

  • Topic modeling
    • Latent Dirichlet Allocation (LDA).
  • Information extraction
    • Semantic Role Labeling (SRL).
    • Dependency Parsing.
    • Named Entity Recognition (NER).
    • Part-Of-Speech Tagger (POS Tagger).
  • Text classification
    • Universal Sentence Encodrder.
    • Bidirectional Encoder Representations from Transformers (BERT).
    • Universal Language Model Fine-tuning (ULMFiT).
    • Support Vector Machine (SVM).
    • Naive Bayes.

About

This repository includes the Python scripts for privacy policy analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published