⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exclude.java~6~

📁 英语的自动句子权值计算程序
💻 JAVA~6~
字号:
package abstrac;


public class Exclude {
    //public Exclude(){
        String[] remove={"the", "a", "an",
        "this", "that", "we", "it", "our", "my", "us", "his", "they", "their",
        "them", "me", "I", "him", "you", "your", "he", "she", "my", "her",
        "been", "be", "am", "is", "are", "was", "were",
        "shall", "cannot", "may", "have", "had", "might", "can", "could",
        "will", "would", "should", "must", "has",
        "unless", "while", "or", "than", "neverthless", "if", "when", "therefore",
        "whenever", "because", "and", "but", "although", "since", "so",
        "to", "of", "for", "with", "per", "in", "by", "without", "from", "between",
        "as", "on", "upon", "through", "about", "above", "across", "against",
        "along", "among", "around", "behind", "below", "beneath", "besides","beside",
        "beyond", "down", "during", "except", "into", "near", "off", "over", "past",
        "round", "since", "throughout", "till", "until", "towards", "under", "up", "within",
        "two", "three", "four", "five", "fift", "six", "seven", "eight", "nine", "ten", "teen",
        "thus", "always", "often", "yet", "also", "instead", "almost", "as", "enough", "not",
        "very", "there", "too", "rather"};

   // }
    public boolean comp(String[] source, String[] destination, int i, int j){
        if(source[i]==destination[j]){ return true;}
        else{ return false;}
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -