Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Bottomup_1024

💡 워드 클라우드 생성기
검색어를 입력하면 해당 검색어와 관련된 단어들의 결과를 보여주고, 워드 클라우드를 만들어 저장할 수 있도록 하는 안드로이드 애플리케이션

<br><br>

### 🛠 사용
- android, android studio
- java, AsyncTask, Jsoup

<br><br>

### ⭐️ 기능
- 사용자가 입력한 검색어를 여러 언론사 홈페이지에 검색하여 가장 자주 나오는 단어들을 추출한다.
- 이후에 연관이 있는 단어들 순서로 결과를 보여준다.
- 또한 결과로 나온 단어들로 워드클라우드를 생성하여 저장할 수 있도록 한다.
- 크롤링 기능은 백엔드 서버에서 진행하지 않고, Jsoup으로 진행하였다.

<br><br>

### 📷 화면

![image](https://user-images.githubusercontent.com/61993128/193552127-e4e88b74-91c2-440a-88ae-72c70bf7dba9.png)
![image](https://user-images.githubusercontent.com/61993128/193552141-6cc1c527-4b54-48e8-845f-631302488fd0.png)
![image](https://user-images.githubusercontent.com/61993128/193552150-045c0081-0dbf-4b87-8390-65b67fbdb7e9.png)

<br><br>

### 역할
팀내에서 안드로이드 프론트엔드로 화면을 구성하는 역할을 맡아서 담당하였다.

<br><br>

### 📃 Learned
- android studio를 사용하여 앱을 처음 개발해보았으며, 여러 기본 기능들(ListView, Fragment, Adapter, Jsoup 등)을 사용해보며 학습할 수 있었음
- 작은 기능들만 있는 앱이지만, 팀원들과 역할을 나누어 프론트엔드 2명 백엔드 2명으로 개발을 진행해 볼 수 있었음
Binary file added TextMiningServer/static/wordcloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.