Á¤¼ºÈÆ
    lab_9_8.py (±³Àç)
  http://itsys.hansung.ac.kr/cgi-bin/onlineTest/viewpy4AI/onlinePy4AI.cgi?source=src/py/Ch09/lab_9_8.py



1
2
3
4
5
6
7
8
9
10
#
# µû¶óÇϸ砹è¿ì´Â ÆÄÀ̽ã°ú µ¥ÀÌÅÍ°úÇÐ(»ý´ÉÃâÆÇ»ç 2020)
# LAB 9-8 Æ®À­ ¸Þ½ÃÁö¸¦ ±ò²ûÇÏ°Ô Á¤Á¦ÇÏÀÚ, 243ÂÊ
#
import re 
tweet = input('Æ®À­À» ÀÔ·ÂÇϽÿÀ: '
tweet = re.sub('RT''', tweet)    # RT ¹®ÀÚ¿­À» »èÁ¦
tweet = re.sub('#\S+''', tweet)  # ÇؽÃ(#)´ÙÀ½¿¡ ³ªÅ¸³ª´Â ¹®ÀÚ¿­À» »èÁ¦
tweet = re.sub('@\S+''', tweet)  # ¾Ü»çÀÎ(@)´ÙÀ½¿¡ ³ªÅ¸³ª´Â ¹®ÀÚ¿­À» »èÁ¦
print(tweet)
cs

  µî·ÏÀÏ : 2022-02-21 [03:01] Á¶È¸ : 585 ´Ù¿î : 0   
 
¡â ÀÌÀü±Ûch9.ipynb (¿¹Á¦ Àüü)
¡ä ´ÙÀ½±Ûcode_9_11.py (±³Àç)
Python for AI ½Ç½À°Ô½ÃÆÇ
¹øÈ£ ¨Ï Á¦ ¸ñ Á¶È¸ µî·ÏÀÏ
lAnaconda3 ¼³Ä¡
lColabTurtlePlus
l½Ç½À ¸ñ·Ï
lColab ½Ç½À
l½Ç½À ½Ã ÇлýµéÀÌ ÀÚÁÖÇÏ´Â ½Ç¼ö ¿¹µé
260 ¦¦❶ µµÀü¹®Á¦ 9.1 964 04-26
259    ¦¦❷ µµÀü¹®Á¦ 9.1 (¸ð¹ü ´ä¾È) ºñ°ø°³ 479 04-26
258 ¦¦❶ lch9.ipynb (¿¹Á¦ Àüü) 1466 03-01
257 ¦¦❶ llab_9_8.py (±³Àç) 585 02-21
256 ¦¦❶ lcode_9_11.py (±³Àç) 467 02-21
255 ¦¦❶ llab_9_7.py (±³Àç) 476 02-21
254 ¦¦❶ llab_9_6.py (±³Àç) 462 02-21
253 ¦¦❶ llab_9_5.py (±³Àç) 472 02-21
252 ¦¦❶ lcode_9_10.py (±³Àç) 519 02-21
251 ¦¦❶ lcode_9_7.py (±³Àç) 488 02-21
250    ¦¦❷ lcode_9_7_4.py (±³Àç) 657 02-21
249    ¦¦❷ lcode_9_7_3.py (±³Àç) 477 02-21
248    ¦¦❷ lcode_9_7_2.py (±³Àç) 532 02-21
247    ¦¦❷ lcode_9_7_1.py (±³Àç) 470 02-21
246 ¦¦❶ llab_9_4.py (±³Àç) 460 02-21
245 ¦¦❶ llab_9_2.py (±³Àç) 466 02-21
244 ¦¦❶ llab_9_1.py (±³Àç) 504 02-21
243 (8Àå) ¿¬°üµÈ µ¥ÀÌÅ͸¦ µñ¼Å³Ê¸®·Î ¦À» ÁþÀÚ 1197 02-19
242 ¦¦❶ µµÀü¹®Á¦ 8.3 784 04-19
241    ¦¦❷ µµÀü¹®Á¦ 8.3 (¸ð¹ü ´ä¾È) ºñ°ø°³ 587 04-19

[1][2][3][4][5][6][7][8][9][10]-[Next][19]