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

ARFF support for weka files. #653

Closed
javatlacati opened this issue Aug 3, 2015 · 2 comments
Closed

ARFF support for weka files. #653

javatlacati opened this issue Aug 3, 2015 · 2 comments

Comments

@javatlacati
Copy link

For weka files

Prism.languages.arff = {
    'keyword': /\b(relation|data|attribute)\b/,
    'comment': /%.*/,
    'operator': /[@]/,
    'punctuation': /[(){}\[\],]/,
    'number': /\b\d+\.?\d*/
};
@Golmote
Copy link
Contributor

Golmote commented Aug 13, 2015

May you submit a proper PR for this?

@javatlacati
Copy link
Author

Sorry I've been busy... perhaps on the weekend 🐈

Golmote added a commit to Golmote/prism that referenced this issue Mar 3, 2018
Golmote added a commit to Golmote/prism that referenced this issue Mar 3, 2018
Golmote added a commit that referenced this issue Mar 7, 2018
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