cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.54k stars 1.64k forks source link

[TYPO] 'labal' instead of 'label' #138

Closed miguelusque closed 4 years ago

miguelusque commented 5 years ago

Hi,

When reading the README file, I have noticed that one of the paragraphs contains the word 'labal', instead of 'label'.

Please find below the paragraph I am referring to:

Each line contains an instance and is ended by a '\n' character. For \ in the training set, we have the following cases.

Hope it helps.

Regards, Miguel

cjlin1 commented 5 years ago

Thanks and handled. You will see the fix in the next release On 2019-03-13 05:08, Miguel Martínez wrote:

Hi,

When reading the README file, I have noticed that one of the paragraphs contains the word 'labal', instead of 'label'.

Please find below the paragraph I am referring to:

Each line contains an instance and is ended by a '\n' character. For in the training set, we have the following cases.

Hope it helps.

Regards, Miguel

-- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [1], or mute the thread [2]. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/cjlin1/libsvm/issues/138", "url": "https://github.com/cjlin1/libsvm/issues/138", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Links:

[1] https://github.com/cjlin1/libsvm/issues/138 [2] https://github.com/notifications/unsubscribe-auth/AFGwngdgWUo-nZU3Qhz_fmbucS2Z04pTks5vWOpZgaJpZM4btElx

miguelusque commented 4 years ago

Hi @cjlin1 ,

It looks like fixed now. Thank you!