Month: March 2022

  • Word list

    A word list (or lexicon) is a list of a language’s lexicon (generally sorted by frequency of occurrence either by […]

    Continue reading

  • Text corpus

    The term language corpus is used to mean a number of rather different things. It may refer simply to any […]

    Continue reading

  • Bound Morphemes

    A bound morpheme is a word element that cannot stand alone as a word, including both prefixes and suffixes. A […]

    Continue reading

  • Lexicon

    A lexicon is the vocabulary of a language or branch of knowledge. A list of all the words used in […]

    Continue reading

  • Counting characters in Java

    There are many ways for counting the number of characters in a String. Below a simple/naive approach:

    Continue reading

  • Counting words in Java

    This is a simple way to count words in a string in Java. StringTokenizer automatically takes care of whitespace for […]

    Continue reading