public class Customer {
private String name;
private String address;
private String contactNumber;
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
f = open("filename.txt") | |
# skip the header | |
f.readline() | |
data = np.loadtxt(f) | |
# select columns 1 through end | |
X = data[:, 1:] | |
# select column 0, the stock price |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Create an OpenNLP model for Named Entity Recognition of Book Titles | |
//See tester at https://gist.github.com/johnmiedema/7e7330e1b9263267bdfc | |
package demoModelTrainer; | |
import java.io.File; | |
import java.io.FileOutputStream; | |
import java.util.Collections; | |
import opennlp.tools.namefind.NameFinderME; |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
NewerOlder