#
entities
Here are 222 public repositories matching this topic...
Scalable Distributed Game Server Engine with Hot Swapping in Golang
-
Updated
Jun 21, 2021 - Go
A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.
finance
django
accounting
django-application
financial
entities
django-framework
forecasting
quickbooks
bookkeeping
ledger-journal
django-project
cashmanagement
financial-analysis-engine
django-ledger
-
Updated
Nov 21, 2021 - Python
Character Entities for HTML, CSS (content) and Javascript.
-
Updated
Aug 1, 2021
-
Updated
Jan 15, 2019
Encode & decode HTML & XML entities with ease & speed
-
Updated
Nov 19, 2021 - TypeScript
Ubpa Entity-Component-System (U ECS) in Unity3D-style
graphviz
gamedev
game-engine
cpp
data-oriented-design
modern-cpp
game-development
unity3d
ecs
entity-component-system
entities
cpp17
game-programming
entity-component
architectural-patterns
data-oriented
game-dev
ecs-framework
china-developer
uecs
-
Updated
Aug 21, 2021 - C++
A toolkit for mapping networks of political and economic influence through diverse types of entities and their relations. Accessible at http://granoproject.org
python
graphs
entities
africa
network-analysis
code-for-africa
investigative-journalism
ancir
connected-africa
siyazana
grano
node-networks
graph-networks
-
Updated
Mar 25, 2021 - Python
TensorFlow Implementation of the paper "End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures" and "Classifying Relations via Long Short Term Memory Networks along Shortest Dependency Paths" for classifying relations
tree
deep-learning
neural-network
tensorflow
entities
lstm
tree-structure
dependency-tree
semeval
lca
relation-extraction
bidirectional-lstm
word-embedding
lstm-networks
relation-classification
lstm-tree
-
Updated
Apr 15, 2019 - Jupyter Notebook
entity2rec generates item recommendation using property-specific knowledge graph embeddings
-
Updated
Feb 17, 2020 - Python
Open Source framework for writing data-centric applications over the latest technologies: .Net Core, C# 8 (not-nullable), ASP.NET Web API, Typescript 3.7 (strict), React, D3 and Sql Server or PostgreeSQL
-
Updated
Nov 19, 2021 - C#
Data model and processing tools for investigative entity data
-
Updated
Nov 19, 2021 - Python
Knowledge extraction from web data
machine-learning
natural-language-processing
big-data
spark
wikipedia
wikidata
entities
knowledge-graph
-
Updated
May 7, 2018 - Python
A high performance 2D game engine built in Typescript
javascript
behavior
webgl
performance
typescript
game-engine
engine
glsl
tiled-map-editor
tilemap
physics-engine
game-2d
entities
behavior-tree
lighting
tmx
physics-2d
ecs-framework
-
Updated
Aug 30, 2021 - TypeScript
Business Entity Execution Framework
microservices
framework
database
dotnetcore
architecture
integration-testing
grpc
nunit
entity-framework
entities
eventhubs
event-driven
apis
code-generation
cosmos
webapi
beef
odata
stored-procedures
dbup
-
Updated
Oct 26, 2021 - C#
Anonymization of legal cases (Fr) based on Flair embeddings
legal
transformers
entities
spacy
ner
flair
bert
anonymization
legal-cases
pseudo-anonymization
dataset-augmentation
camembert
-
Updated
Dec 9, 2020 - Python
-
Updated
Oct 12, 2020 - Java
Domain Driven Design. Examples focuses on key concept of ddd like Entities, Aggregate root, Repository, Value Objects & ACL.
-
Updated
Apr 26, 2018 - Java
Procedurally generated quests and stories for computer games.
-
Updated
Dec 12, 2017 - C++
General Architecture for Text Engineering
information-retrieval
hadoop
entities
named-entities
named-entity-recognition
lexicon
memex
gate
behemoth
federal
court
text-engine
-
Updated
Mar 23, 2016 - Python
An entity and spell system c++ godot engine module, for complex (optionally multiplayer) RPGs.
-
Updated
Sep 21, 2021 - C++
An example using the core features of the Entity Component System (ECS), part of DOTS, for Unity, inspired by Roll-a-ball. This project utilizes the Unity Physics, Hybrid Renderer, and Entities packages.
tutorial
csharp
unity
example
unity-tutorial
unity3d
unity-scripts
ecs
entity-component-system
entities
unity-3d
entity-component
dots
job-system
unity-physics
data-oriented-technology-stack
hybrid-renderer
entity-prefabs
entities-preview
-
Updated
Jan 26, 2021 - C#
Improve this page
Add a description, image, and links to the entities topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entities topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I'm interested in using MikroORM in a system where migrations and schema management are handled by another tool. I attempted to use the
EntityGeneratorfunctionality but there doesn't appear to be any way to limit entity generation to specific schemas (in this case Postgres)Describe the solution you'd like
I'd like to b