Git Product home page Git Product logo

mapgeist's Introduction

MapGeist

Exploring Text, Graphically

As a Python library/Mind-mapping tool, MapGeist aims to exploit concepts from the domains of Text Mining and Graph Theory to provide a comprehensive means of understanding/exploring text graphically.

[See docs/methodology.pdf for how it works.]

[See Generated_maps to see a few sample Mind-Maps generated using MapGeist.]

[See Scripts for some handy Python-scripts to draw MindMaps using Wikipedia/Twitter.]

Dependencies

NumPy

Gensim

PyGraphViz (for visualization)

NetworkX

Example Usage

Suppose ur text is in the file 'text.txt'

#First import

>>> from mapgeist.api import text_mind_map

#First get the Mind-Map as a NetworkX Graph instance, and the root,

#which is the n-gram with the highest weightage, as a String.

#You specify the file and the number of nodes required in the Map.

>>> mindmap, root = text_mind_map('text.txt', 100)

#Visualization

>>> from mapgeist.visualization import visualize_tree_2D
>>> visualize_tree_2D(mindmap, root, 'image.png')

#Saves the mind-map in the filepath specified as the third argument

mapgeist's People

Contributors

srjoglekar246 avatar sachinrjoglekar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.