Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimenting with Mallet reimiplementation #352

Closed
Horsmann opened this issue May 9, 2016 · 5 comments
Closed

Experimenting with Mallet reimiplementation #352

Horsmann opened this issue May 9, 2016 · 5 comments

Comments

@Horsmann
Copy link
Member

Horsmann commented May 9, 2016

Mallet is at the moment Deprecated since release 0.7.0 it has been removed during 0.9.0-SNAPSHOT to ease maintenance of code.

If Mallet is to be revived the module should be reimplemented from scratch. The old version of Mallet is parked on a separate branch as reference mallet_issue352 .

Furthermore note there are new releases of Mallet which should be use

http://search.maven.org/#artifactdetails%7Ccc.mallet%7Cmallet%7C2.0.8%7Cjar
https://github.com/mimno/Mallet

@Horsmann Horsmann added this to the 1.0.0 milestone May 9, 2016
Horsmann added a commit that referenced this issue May 14, 2016
Horsmann added a commit that referenced this issue May 14, 2016
Horsmann added a commit that referenced this issue May 14, 2016
Horsmann added a commit that referenced this issue May 15, 2016
Horsmann added a commit that referenced this issue May 15, 2016
@Horsmann Horsmann modified the milestones: 0.9.0, 1.0.0 May 16, 2016
@Horsmann Horsmann self-assigned this May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
@Horsmann
Copy link
Member Author

I added a basic runnable version for sequence classification. CRF seems to work in various configurations but HMM keeps failing during the evaluation step.

The code is much more readable than before. It would be cool to get this HMM running but I am out of ideas what is wrong.

Horsmann added a commit that referenced this issue May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
Horsmann added a commit that referenced this issue May 16, 2016
@Horsmann Horsmann modified the milestones: 1.0.0, 0.9.0 May 16, 2016
@Horsmann Horsmann removed their assignment May 16, 2016
@Horsmann
Copy link
Member Author

Horsmann commented May 16, 2016

.

Horsmann added a commit that referenced this issue May 24, 2016
@Horsmann Horsmann changed the title Reimplementation of Mallet module Experimenting with Mallet reimiplementation Jul 10, 2016
Horsmann added a commit that referenced this issue Jul 10, 2016
Horsmann added a commit that referenced this issue Jul 10, 2016
@daxenberger
Copy link
Member

Is mallet fully integrated now? Did you manage to get HMMs working?

@daxenberger
Copy link
Member

and how dies this issue relate to #377?

@Horsmann
Copy link
Member Author

I threw my prototype away. However tries this again better starts from scratch again. This was in no proper state as nothing was really working or rather randomly failing.

I closed this issue and reopened it to avoid that anyone tries to use my faulty version as template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants