Question

I have a question relating to java in the IDE intelij: My professor wants us to...

I have a question relating to java in the IDE intelij:

My professor wants us to make a sentiment analysis program in java.

he gave us two java files but i do not know how to place them inside the IDE.

these are the file names:

MainApp.java

ReviewClassifier.java

how to i open them in the IDE? do i have to create a Project? how do i append them to it?

I want to know the general idea of how to get started.

Many Thanks

Homework Answers

Answer #1

Yes ,you have to create a project to open them in the IDE.

I will show you with the help of image shown below:

Step 1: choose project.

Step 2: java with ant.

Step 3: java application.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
my professor asked us to answer a question i do not understand. Where does the analogy...
my professor asked us to answer a question i do not understand. Where does the analogy (spring-piston) break down?
I know that G=H-TS but my professor in my thermodyanimcs class wants the gibbs free energy...
I know that G=H-TS but my professor in my thermodyanimcs class wants the gibbs free energy of mixing. What is that formula and how do you derive it?
For my comunications class we have to make a Business Proposal as a group. What my...
For my comunications class we have to make a Business Proposal as a group. What my job to do is to make the budget plan. But i dont know what to add. Our Business idea is to buy and sell used Prom and bridal Dresses. We would buy them ship them to us, then we would resell them. I would like help on what expenses to cosider and how much they would cost.
I'm working with doubly linked lists in c++, I have written my classes and constructors. I...
I'm working with doubly linked lists in c++, I have written my classes and constructors. I need help with a randomizing method, any guidance or sample code would be appreciated, I'm pretty lost. For the method: void DLL::Random(); I want to basically shuffle/randomize my list. My list is a list of strings (names) if that's important to know. I'm mainly struggling with how to use pointers to prev and next to apply to each node and then move them throughout...
I cannot upload the needed text files to this question for your benefit of double checking...
I cannot upload the needed text files to this question for your benefit of double checking your solution, but I need help on this multi part question. Thanks! Write a Python program that will open the ‘steam.csv’ file. Your program should load the data as col- umns corresponding to the variable names located in the first row (You can hard code this – i.e open the file and use the names in the first row as variable names). You should...
Hello my name is Nartlada, i would like to know how can i create the histograms...
Hello my name is Nartlada, i would like to know how can i create the histograms from the number of the excel file. The question is asking "create histograms illustrating the distributions of the two temperature variables (T1 and T2). correctly the label the x and y axes and give your plot title. We are required to use R program that include the set working directory. I tried to drag the excel file to here or even drag just the...
My assignment is listed below. I already have the code complete, but I cannot figure out...
My assignment is listed below. I already have the code complete, but I cannot figure out how to complete this portion: You must create a makefile to compile and build your program. I can't figure out if I need to create a makefile, and if I do, what commands do I use for that? Create a  ContactInfo class that contains the following member variables: name age phoneNumber The ContactInfo class should have a default constructor that sets name = "", phoneNumber...
I have a laboratory experiment on Young's double slit interference. My instructor asked us how increasing...
I have a laboratory experiment on Young's double slit interference. My instructor asked us how increasing the distance effects and pattern of interference, and how decreasing slit width affects the pattern of interference. I know that if we increase the separation between the slits, we have more interference fringes produced. What I do not know is how decreasing the slit width affects how many interference fringes are produced? I researched the topic and I', getting conflicting answers as some say...
it's really important to me to answer my question correctly I have some components I need...
it's really important to me to answer my question correctly I have some components I need to connect them in one schematic, but I don't know how to connect them togather, is there any software that I can just chose (place) the components and then it will connect them automatically (wiring them)? if yes please write its name.
I had to make a calibration curve for the bradford dye-binding assay. My professor wanted us...
I had to make a calibration curve for the bradford dye-binding assay. My professor wanted us to fit the data to three different mathematical functions: a straight line in the form of y=mx+b, a second-order polynomial: y=a.x2+b*x+c a rectangular hyperbola on the form:y=(a*x)/(b+x) my results (I used the SciDavis program): y=0.0526X+0.0353 y=0.00987+0.063X-0.000537x2 y=(5.07X)/(76.3+x) I am supposed to use the graph i made to estimate the concentration of protein in my bacterial extract. So we set up 3 tubes of our...