Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Allowed transitions #5706

Merged
merged 3 commits into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
- name: Build docs
run: |
source .venv/bin/activate
./scripts/build_docs.sh
env PYTHONPATH=. ./scripts/build_docs.sh

- name: Print the ref
run: |
Expand Down
1 change: 1 addition & 0 deletions allennlp/modules/conditional_random_field/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from allennlp.modules.conditional_random_field.conditional_random_field import (
ConditionalRandomField,
allowed_transitions,
)
from allennlp.modules.conditional_random_field.conditional_random_field_wemission import (
ConditionalRandomFieldWeightEmission,
Expand Down