jamesohortle

Results 4 issues of jamesohortle

## Feature Python 3.8 introduces the `\N{name}` escape sequence. See [here](https://docs.python.org/3.8/library/re.html#regular-expression-syntax) (scroll to the bottom of the section or CRTL+F and search for `Changed in version 3.8`). It allows expressions...

enhancement
python

```python from pyknp import Juman juman = Juman(jumanpp=False) result = juman.analysis('"test').mrph_list() print(" :: ".join(r.midasi for r in result)) # --> '"test "test' result = juman.analysis('"test "').mrph_list() print(" :: ".join(r.midasi for...

@jamesohortle the code as it stands is a strong improvement to the codebase. I'm happy for you to merge into the dev branch now, and put those TODO items in...

enhancement

OS: mac OS Mojave 10.14.6 (18G95) VS Code version: 1.38.1 Extension version: 0.4.2 I have the following in my `settings.json` file so that expressions like `lambda x: x + 1`...