wiki_processor | process enwiki-latest-pages-articles.xml , and parse
kandi X-RAY | wiki_processor Summary
kandi X-RAY | wiki_processor Summary
wiki_processor is a Python library. wiki_processor has no bugs, it has no vulnerabilities and it has low support. However wiki_processor build file is not available. You can download it from GitHub.
#wiki processor ##additional scripts run with the following order: compute_hits.py, compute_pagerank.py. run all the python scripts from successornodes.py to other_topic_feature.py in batch. this will cost 47min7sec on 51 topics on server. the final result is stored in data/final_words/.*_final_words.txt. ####compute_hits.py compute hits score of categories according to the edges from categories to pages. and this hits score are used as prior knowledge in page rank computing. ####compute_pagerank.py compute page rank score of categories according to the edges from categories to their subcategories. the hits score are used in personalized page rank algorithm. input: cattopagegraph.txt (category->sub category) and hub_score.txt (used as the prior knowledge in personalized page rank algorithm). ####rebuildtaxonomy.py remove the edges that smaller pagerank-score nodes pointing to higer pagerank-score nodes. this step can make sure that the taxonomy graph is the directed acyclic graph. usage : python rebuildtaxonomy.py. input: pagerank_score.txt and taxonomygraph.txt. ####successornodes.py find out the successor nodes in a directed acyclic graph (dag) given a node. usage: python successornodes.py [node="military"]. ####pages.py find out the wiki article pages related to a specific topic such as military, baseball, film and so on. and this will cost 6m28.876s and 20 gb memory on server. usage: python pages.py [node="military" | node ="all"] node="all" means to process all topics mentioned in
#wiki processor ##additional scripts run with the following order: compute_hits.py, compute_pagerank.py. run all the python scripts from successornodes.py to other_topic_feature.py in batch. this will cost 47min7sec on 51 topics on server. the final result is stored in data/final_words/.*_final_words.txt. ####compute_hits.py compute hits score of categories according to the edges from categories to pages. and this hits score are used as prior knowledge in page rank computing. ####compute_pagerank.py compute page rank score of categories according to the edges from categories to their subcategories. the hits score are used in personalized page rank algorithm. input: cattopagegraph.txt (category->sub category) and hub_score.txt (used as the prior knowledge in personalized page rank algorithm). ####rebuildtaxonomy.py remove the edges that smaller pagerank-score nodes pointing to higer pagerank-score nodes. this step can make sure that the taxonomy graph is the directed acyclic graph. usage : python rebuildtaxonomy.py. input: pagerank_score.txt and taxonomygraph.txt. ####successornodes.py find out the successor nodes in a directed acyclic graph (dag) given a node. usage: python successornodes.py [node="military"]. ####pages.py find out the wiki article pages related to a specific topic such as military, baseball, film and so on. and this will cost 6m28.876s and 20 gb memory on server. usage: python pages.py [node="military" | node ="all"] node="all" means to process all topics mentioned in
Support
Quality
Security
License
Reuse
Support
wiki_processor has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
wiki_processor has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of wiki_processor is current.
Quality
wiki_processor has no bugs reported.
Security
wiki_processor has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
wiki_processor does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
wiki_processor releases are not available. You will need to build from source code and install.
wiki_processor has no build file. You will be need to create the build yourself to build the component from source.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of wiki_processor
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of wiki_processor
wiki_processor Key Features
No Key Features are available at this moment for wiki_processor.
wiki_processor Examples and Code Snippets
No Code Snippets are available at this moment for wiki_processor.
Community Discussions
No Community Discussions are available at this moment for wiki_processor.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install wiki_processor
You can download it from GitHub.
You can use wiki_processor like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use wiki_processor like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page