# ScoreStringResultOutputParser

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/evaluation/scoring/eval_chain/ScoreStringResultOutputParser)

A parser for the output of the ScoreStringEvalChain.

## Signature

```python
ScoreStringResultOutputParser()
```

## Extends

- `BaseOutputParser[dict]`

## Methods

- [`parse()`](https://reference.langchain.com/python/langchain-classic/evaluation/scoring/eval_chain/ScoreStringResultOutputParser/parse)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/6fb37dba71da807af60aa7b909f71f0625a666bf/libs/langchain/langchain_classic/evaluation/scoring/eval_chain.py#L100)