合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

        CS101 編程代寫、代做 java程序語言

        時(shí)間:2024-03-16  來源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



        Assignment 04: Text Analysis
        CS101 - Intro To Computer Science Fall 2023
        In this assignment, you will implement a text analysis tool that counts the number of verbal ticks. In contrast to previous assignments, you must implement certain tasks using different methods.
        Prerequisites:
        • Methods • Arrays
        The files for this assignment are in a zip file called 04_text_analysis.zip. There are four groups of files in the folder
        • TextAnalysis.java: the base implementation of the assignment - includes comments with the functions you need to implement.
        • TextAnalysisTest.java: unit tests - make sure you pass these unit tests before submitting the assignment.
        • .jar files in the lib folder: libraries to enable the use of the unit tests.
        • trump_speech_010621.txt: An example text file to run your main function on.
        1. Project Setup
        The zip file contains a folder called 04_text_analysis, which in turn contains a VS Code project. Extract the folder from the zip file and open it with VS Code to begin imple- menting and running your assignment. The folder contains the skeleton code for your sub- mission, as well as further instructions on the various methods you need to implement, in src/edu/nyu/assignment4/TextAnalysis.java.
        Note that this skeleton code already contains a Scanner called scanner. Use this one in all the methods.
        1

        2. Text Analysis
        The program must be able to open any text file specified by the user and analyze the frequency of verbal tics in the text. Since there are many different kinds of verbal tics (such as "like", "uh", "um", etc) the program must ask the user what tics to look for. A user can enter multiple tics, separated by commas. Any spaces entered by the user before or after each tic must be
        ignored. You can assume that all tics are single words.
        We will do this task by implementing a variety of small methods to accomplish this larger task. Every method you need to implement is described in TextAnalysis.java. The @param and @return statements in the comments indicate what the expected parameters and return type should be. If you correctly implement these methods your code should "pass" the unit tests in src/edu/nyu/assignment4/tests/TextAnalysisTest.java.
        A description of how to check if your code passes unit tests is later in the document.
        After the program is fully implemented, it should allow the user to submit a text file and a sequence of tics separated by commas and it should return the following statistics:
        • the total number of tics found in the text
        • the density of tics (proportion of all words in the text that are tics)
        • the frequency of each of the verbal tics
        • the percentage that each tic represents out of all the total number of tics
        This example shows suggested input/output of such a program, using a file trump_speech_010621.txt that is contained in the assignment zip file.
        What file would you like to open? trump_speech_010621.txt
        What words would you like to look for? uh,like, um,so
        ............................... Analyzing
        Total number of tics: 31 Density of tics: 0.01
        text .................................
        ...............................Tic breakdown..................................
        uh / 0 like / 17 um / 0 so / 14
        / 0% of all tics / 55% of all tics / 0% of all tics / 45% of all tics
        Page 2

        3. Unit Tests
        This assignment includes unit tests to make sure that your code conforms to our expected set of methods. Unit tests are used for a variety of reasons, but two key reasons are what we are doing here, to define how code should be invoked, and also to make sure that code continues to perform consistently over time.
        The unit tests will only build and run AFTER you have defined the various methods required for this assignment. Unit tests can be run by following the instructions in Figure 1. Note that these unit tests are VERY similar to how your assignments are graded - the autograder we use is implemented by running similar unit tests and giving marks if you pass them.
        Figure 1: The red square indicates the Test tab and the green square indicates how to run or debug the tests. If you highlight the individual you should see play/debug buttons appear next to them. If you press those buttons you will run just a single unit test.
        4. Debugging Your Code
        Debugging is an important part of coding. In this assignment, each function has some corner cases, make sure you understand what’s going on and fix your code. You can simply click the button with the bug symbol to debug the code. Remember to set a checkpoint before you run your code!
        Here is a summary of a few things you need to care about. For the corner cases. Please read the comments carefully to find more details.
        • Always check if the input is null if it is possible. Do not trust users.
        • Users’ input could contain repeated tokens, ignore the repeated ones.
        • Users’ input could have no token, let them try again until you get valid input.
        請加QQ:99515681  郵箱:99515681@qq.com   WX:codehelp 

        掃一掃在手機(jī)打開當(dāng)前頁
      1. 上一篇:代寫CSEN 331、代做 C++程序語言
      2. 下一篇:菲律賓工作簽證辦理流程(9G工簽辦理的材料解答)
      3. 無相關(guān)信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
        出評 開團(tuán)工具
        出評 開團(tuán)工具
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
        海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
        合肥機(jī)場巴士4號(hào)線
        合肥機(jī)場巴士4號(hào)線
        合肥機(jī)場巴士3號(hào)線
        合肥機(jī)場巴士3號(hào)線
        合肥機(jī)場巴士2號(hào)線
        合肥機(jī)場巴士2號(hào)線
        合肥機(jī)場巴士1號(hào)線
        合肥機(jī)場巴士1號(hào)線
      4. 短信驗(yàn)證碼 酒店vi設(shè)計(jì) NBA直播 幣安下載

        關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
        ICP備06013414號(hào)-3 公安備 42010502001045

        主站蜘蛛池模板: 日韩福利视频一区| 色欲AV蜜臀一区二区三区| 消息称老熟妇乱视频一区二区| 一本一道波多野结衣一区| 国产丝袜无码一区二区三区视频| 亚洲中文字幕一区精品自拍| 性色A码一区二区三区天美传媒| 福利一区国产原创多挂探花| 欧美日韩精品一区二区在线视频| 人妻无码一区二区三区免费| 奇米精品一区二区三区在线观看| 香蕉视频一区二区三区| 男人的天堂精品国产一区| 成人区人妻精品一区二区三区 | 黑巨人与欧美精品一区| 久久精品一区二区三区日韩| 国产AV午夜精品一区二区入口| 久久久久国产一区二区三区| 精品无码人妻一区二区三区不卡| 国产在线观看91精品一区| 国产精品久久亚洲一区二区 | 亚洲一区二区三区免费视频 | 无码日韩精品一区二区人妻| 国产精品一区二区三区久久 | 国产精品无码一区二区在线观一| 国产乱码精品一区三上| 日本一区视频在线播放| 亚洲国产精品成人一区| 国产在线aaa片一区二区99| 国产av天堂一区二区三区| 久久国产精品最新一区| 亚洲一区精品视频在线| 欧美av色香蕉一区二区蜜桃小说| 好爽毛片一区二区三区四无码三飞| 国内精品视频一区二区三区八戒| 无码人妻一区二区三区在线水卜樱| 精品3d动漫视频一区在线观看| 国产不卡视频一区二区三区| 精品一区二区三区四区| 亚洲综合无码一区二区痴汉| 国产精品伦子一区二区三区|