java:determinesentimentinspanish
Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | java:determinesentimentinspanish [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Determine the sentiment of a text in Spanish ====== | ||
| + | |||
| + | ===== Intro ===== | ||
| + | |||
| + | It's surprising that up today (07/ | ||
| + | |||
| + | I am starting this page as a trial to get: | ||
| + | |||
| + | - a proper categorization of the words of the spanish dictionary | ||
| + | ... | ||
| + | |||
| + | **a web crawler in java:** | ||
| + | |||
| + | http:// | ||
| + | |||
| + | |||
| + | ===== My notes ===== | ||
| + | |||
| + | I think that the process of some textual information will be: | ||
| + | |||
| + | - De-abbreviate the sms language (salu2 -> saludos, k -> que, etc.) | ||
| + | - Clean ortographic errors and typos | ||
| + | - Entities detection (Barack Obama, New York, Microsoft...) names that are proper names | ||
| + | - Detect the sentiment of the text | ||
| + | |||
| + | |||
| + | |||
