Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

LexicalCases

Guides

  • LexicalCases

Tech Notes

  • LexicalCases Overview

Symbols

  • BoundToken
  • CountSummaryLowercase
  • ExpandPattern
  • LexicalCases
  • LexicalDispersionPlot
  • LexicalPattern
  • LexicalStructure
  • LexicalSummary
  • OptionalToken
  • Sandwich
  • TextType
  • ToLexicalPattern
  • WordToken
  • $LexicalCasesServices
FaizonZaman`LexicalCases`
CountSummaryLowercase
​
CountSummaryLowercase
[ds]
lowercase matches in
Dataset
ds
and merge rows with the same match
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
In[1]:=
Needs["LexicalCases`"]
In[2]:=
cslp=
LexicalCases
"Content""music",
TextType
["Adjective"]~~"music",MaxItems5;​​cslp
Out[2]=
LexicalSummary
Source: Wikipedia
Articles: 5
Matches: 362

In[3]:=
cgs=cslp["CountGroups"]
Out[3]=
Matches
CountGroup
{classical music}
69
{popular music}
40
{folk music}
24
{traditional music}
18
{other music}
9
{medieval music}
7
{European music}
6
{sacred music,professional music,Greek music,Classical music}
5
{religious music,pop music,instrumental music}
4
{
…
10
}
3
{
…
18
}
2
{
…
91
}
1
Lowercase the results
In[4]:=
cgs//
CountSummaryLowercase
Out[4]=
Matches
CountGroup
{classical music}
74
{popular music}
40
{folk music}
24
{traditional music}
19
{other music}
9
{professional music}
8
{medieval music}
7
{european music}
6
{sacred music,greek music,religious music}
5
{pop music,instrumental music,electronic music,amateur music}
4
{vocal music,romantic music,online music,live music,formal music,contemporary music,baroque music,reggae music}
3
{
…
20
}
2
{
…
80
}
1
SeeAlso
LexicalCases
 
▪
LexicalSummary
 
▪
ToLowerCase
TechNotes
▪
Lexical Cases Overview
RelatedGuides
▪
LexicalCases
RelatedLinks
▪
LexicalCases GitHub Repository
""

Powered by the Wolfram Cloud More about Wolfram Technology

© 2022 Wolfram Research, Inc. All rights reserved. Terms of Use Privacy Contact Us