# classify

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/inflect.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/inflect.ts#L72)

`blog_posts` → `BlogPost`, the model class name the framework gives a table.

## Signature

```ts
function classify(table: string): string
```

## Parameters

| Name | Type |
|---|---|
| `table` | `string` |

**Returns:** `string`
