Giter Site home page Giter Site logo

mohammad-abdul-hadi / aobtm-adaptive-online-biterm-topic-modeling Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 243 KB

Input: <version-sliced-reviews>. To track the topic variations over versions, a novel method AOBTM is employed for generating version-sensitive topic distributions. The emerging topics are then identified based on the typical anomaly detection method.

Python 23.90% Shell 2.65% Makefile 0.67% C++ 72.48% Dockerfile 0.30%

aobtm-adaptive-online-biterm-topic-modeling's Introduction

  • πŸ‘‹ Hi, I’m @Mohammad-Abdul-Hadi
  • πŸ‘€ I’m interested in Transfer Learning, Program Comprehension
  • 🌱 I’m currently learning Malware Analysis
  • πŸ’žοΈ I’m looking to collaborate on Dynamic and Behavioral Analysis of Malwares
  • πŸ“« How to reach me: [email protected]

aobtm-adaptive-online-biterm-topic-modeling's People

Contributors

dependabot[bot] avatar mohammad-abdul-hadi avatar nawal095 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nocturne2333

aobtm-adaptive-online-biterm-topic-modeling's Issues

Empty lines leave doc reader hanging

I found the real source for my previous problem. I don't know if it would have worked without changing the z return type to void (the sample data had worked), but I realized my dataset had some carriage returns in it that were being printed to my text files on export (as well as some lines with a preceding or trailing space). Removing them solved the problem, and it's not iterating through the docs as it should.

Might I suggest adding some code to either skip blank lines and/or warn users that they exist? As it's written now, if there are blank lines, it doesn't produce any error, just sits there until the user terminates the program.

no return statement in function returning non-void

I'm trying out the code, and don't get past loading the docs for the first day. When I add in a cout statement to try to debug (maybe generating the biterms takes a long time), I receive the following error:

g++  -c -pipe -O3 obtm.cpp -o obtm.o
In file included from doc.h:9,
                 from obtm.cpp:7:
biterm.h: In member function β€˜int Biterm::set_z(int)’:
biterm.h:32:27: warning: no return statement in function returning non-void [-Wreturn-type]
   32 |   int set_z(int k) {z = k;}
      |                           ^
g++ obtm.o ibtm.o main.o -o run

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.